MicrosoftStorageSync Class

Microsoft Storage Sync Service API.

Inheritance
builtins.object
MicrosoftStorageSync

Constructor

MicrosoftStorageSync(credential: TokenCredential, subscription_id: str, base_url: Optional[str] = None, **kwargs: Any)

Parameters

credential
TokenCredential
Required

Credential needed for the client to connect to Azure.

subscription_id
str
Required

The ID of the target subscription.

base_url
str
default value: None

Service URL

polling_interval
int

Default waiting time between two polls for LRO operations if no Retry-After header is present.

Variables

operations
Operations

Operations operations

storage_sync_services
StorageSyncServicesOperations

StorageSyncServicesOperations operations

private_link_resources
PrivateLinkResourcesOperations

PrivateLinkResourcesOperations operations

private_endpoint_connections
PrivateEndpointConnectionsOperations

PrivateEndpointConnectionsOperations operations

sync_groups
SyncGroupsOperations

SyncGroupsOperations operations

cloud_endpoints
CloudEndpointsOperations

CloudEndpointsOperations operations

server_endpoints
ServerEndpointsOperations

ServerEndpointsOperations operations

registered_servers
RegisteredServersOperations

RegisteredServersOperations operations

workflows
WorkflowsOperations

WorkflowsOperations operations

operation_status
OperationStatusOperations

OperationStatusOperations operations

Methods

close

close

close() -> None