GetStorageSyncServiceResult

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 systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

Storage Sync Service object.

Constructors

Link copied to clipboard
constructor(id: String, 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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

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

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

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
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"