azure.mgmt.automation package

Module contents

class azure.mgmt.automation.AutomationClient(credential: TokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)[source]

Bases: azure.mgmt.automation.operations._automation_client_operations.AutomationClientOperationsMixin

Automation Client.

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

  • subscription_id (str) – Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

  • base_url (str) – Service URL. Default value is “https://management.azure.com”.

Keyword Arguments

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

close()None[source]