azure.mgmt.resource.managedapplications package

Module contents

class azure.mgmt.resource.managedapplications.ApplicationClient(credentials, subscription_id, base_url=None)[source]

Bases: msrest.service_client.SDKClient

ARM applications

Variables:
Parameters:
  • credentials (A msrestazure Credentials object) – Credentials needed for the client to connect to Azure.
  • subscription_id (str) – The ID of the target subscription.
  • base_url (str) – Service URL
class azure.mgmt.resource.managedapplications.ApplicationClientConfiguration(credentials, subscription_id, base_url=None)[source]

Bases: msrestazure.azure_configuration.AzureConfiguration

Configuration for ApplicationClient Note that all parameters used to create this instance are saved as instance attributes.

Parameters:
  • credentials (A msrestazure Credentials object) – Credentials needed for the client to connect to Azure.
  • subscription_id (str) – The ID of the target subscription.
  • base_url (str) – Service URL