Get Storage Sync Service Result
data class GetStorageSyncServiceResult(val azureApiVersion: String, val id: String, val identity: ManagedServiceIdentityResponse? = null, val incomingTrafficPolicy: String? = null, val lastOperationName: String, val lastWorkflowId: String, val location: String, val name: String, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val provisioningState: String, val storageSyncServiceStatus: Int, val storageSyncServiceUid: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val useIdentity: Boolean)
Storage Sync Service object.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, id: String, identity: ManagedServiceIdentityResponse? = null, incomingTrafficPolicy: String? = null, lastOperationName: String, lastWorkflowId: String, location: String, name: String, privateEndpointConnections: List<PrivateEndpointConnectionResponse>, provisioningState: String, storageSyncServiceStatus: Int, storageSyncServiceUid: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, useIdentity: Boolean)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
managed identities for the Storage Sync service to interact with other Azure services without maintaining any secrets or credentials in code.
Link copied to clipboard
Incoming Traffic Policy
Link copied to clipboard
Resource Last Operation Name
Link copied to clipboard
StorageSyncService lastWorkflowId
Link copied to clipboard
List of private endpoint connection associated with the specified storage sync service
Link copied to clipboard
StorageSyncService Provisioning State
Link copied to clipboard
Storage Sync service status.
Link copied to clipboard
Storage Sync service Uid
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Link copied to clipboard
Use Identity authorization when customer have finished setup RBAC permissions.