azure.mgmt.appconfiguration package

Module contents

class azure.mgmt.appconfiguration.AppConfigurationManagementClient(credential: TokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **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

  • key_values (app_configuration_management_client.operations.KeyValuesOperations) – KeyValuesOperations 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. 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]