azure.mgmt.appconfiguration package

Module contents

class azure.mgmt.appconfiguration.AppConfigurationManagementClient(credential: ‘TokenCredential’, subscription_id: str, base_url: Optional[str] = None, **kwargs: Any)[source]

Bases: object

AppConfigurationManagementClient.

Variables
  • configuration_stores (app_configuration_management_client.operations.ConfigurationStoresOperations) – ConfigurationStoresOperations operations

  • operations (app_configuration_management_client.operations.Operations) – Operations operations

  • private_endpoint_connections (app_configuration_management_client.operations.PrivateEndpointConnectionsOperations) – PrivateEndpointConnectionsOperations operations

  • private_link_resources (app_configuration_management_client.operations.PrivateLinkResourcesOperations) – PrivateLinkResourcesOperations operations

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

  • subscription_id (str) – The Microsoft Azure subscription ID.

  • 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.

close()None[source]