azure.mgmt.storagesync package¶
Module contents¶
-
class
azure.mgmt.storagesync.
StorageSyncManagementClient
(credentials, subscription_id, base_url=None)[source]¶ Bases:
msrest.service_client.SDKClient
Microsoft Storage Sync Service API
Variables: - config (StorageSyncManagementClientConfiguration) – Configuration for client.
- operations (azure.mgmt.storagesync.operations.Operations) – Operations operations
- storage_sync_services (azure.mgmt.storagesync.operations.StorageSyncServicesOperations) – StorageSyncServices operations
- sync_groups (azure.mgmt.storagesync.operations.SyncGroupsOperations) – SyncGroups operations
- cloud_endpoints (azure.mgmt.storagesync.operations.CloudEndpointsOperations) – CloudEndpoints operations
- server_endpoints (azure.mgmt.storagesync.operations.ServerEndpointsOperations) – ServerEndpoints operations
- registered_servers (azure.mgmt.storagesync.operations.RegisteredServersOperations) – RegisteredServers operations
- workflows (azure.mgmt.storagesync.operations.WorkflowsOperations) – Workflows operations
- operation_status (azure.mgmt.storagesync.operations.OperationStatusOperations) – OperationStatus operations
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.storagesync.
StorageSyncManagementClientConfiguration
(credentials, subscription_id, base_url=None)[source]¶ Bases:
msrestazure.azure_configuration.AzureConfiguration
Configuration for StorageSyncManagementClient 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
- credentials (