azure.mgmt.resource.managedapplications.aio package

class azure.mgmt.resource.managedapplications.aio.ApplicationClient(credential: AsyncTokenCredential, subscription_id: str, base_url: Optional[str] = None, **kwargs: Any)[source]

ARM applications.

Variables
Parameters
  • credential (AsyncTokenCredential) – Credential needed for the client to connect to Azure.

  • subscription_id (str) – The ID of the target subscription.

  • base_url (str) – Service URL

Keyword Arguments

polling_interval (int) – Default waiting time between two polls for LRO operations if no Retry-After header is present.

async close()None[source]