StorageSyncService Class
Storage Sync Service object.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.storagesync.models._models_py3.TrackedResourceStorageSyncService
Constructor
StorageSyncService(*, location: str, tags: Optional[Dict[str, str]] = None, incoming_traffic_policy: Optional[Union[str, azure.mgmt.storagesync.models._microsoft_storage_sync_enums.IncomingTrafficPolicy]] = None, **kwargs)
Parameters
- incoming_traffic_policy
- str or IncomingTrafficPolicy
Incoming Traffic Policy. Possible values include: "AllowAllTraffic", "AllowVirtualNetworksOnly".
Variables
- id
- str
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
- name
- str
The name of the resource.
- type
- str
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".
- storage_sync_service_status
- int
Storage Sync service status.
- storage_sync_service_uid
- str
Storage Sync service Uid.
- provisioning_state
- str
StorageSyncService Provisioning State.
- last_workflow_id
- str
StorageSyncService lastWorkflowId.
- last_operation_name
- str
Resource Last Operation Name.
- private_endpoint_connections
- list[PrivateEndpointConnection]
List of private endpoint connection associated with the specified storage sync service.
Feedback
Submit and view feedback for