Get Storage Sync Service Result
data class GetStorageSyncServiceResult(val id: String, 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 tags: Map<String, String>? = null, val type: String)
Storage Sync Service object.
Constructors
Link copied to clipboard
fun GetStorageSyncServiceResult(id: String, incomingTrafficPolicy: String? = null, lastOperationName: String, lastWorkflowId: String, location: String, name: String, privateEndpointConnections: List<PrivateEndpointConnectionResponse>, provisioningState: String, storageSyncServiceStatus: Int, storageSyncServiceUid: String, tags: Map<String, String>? = null, type: String)