StoragesyncFunctions

Functions

Link copied to clipboard

Get a given CloudEndpoint. Azure REST API version: 2022-06-01. Other available API versions: 2017-06-05-preview, 2018-04-02, 2018-07-01, 2018-10-01, 2022-09-01.

suspend fun getCloudEndpoint(cloudEndpointName: String, resourceGroupName: String, storageSyncServiceName: String, syncGroupName: String): GetCloudEndpointResult
Link copied to clipboard

Gets the specified private endpoint connection associated with the storage sync service. Azure REST API version: 2022-06-01. Other available API versions: 2022-09-01.

suspend fun getPrivateEndpointConnection(privateEndpointConnectionName: String, resourceGroupName: String, storageSyncServiceName: String): GetPrivateEndpointConnectionResult
Link copied to clipboard

Get a given registered server. Azure REST API version: 2022-06-01. Other available API versions: 2017-06-05-preview, 2018-04-02, 2018-07-01, 2022-09-01.

suspend fun getRegisteredServer(resourceGroupName: String, serverId: String, storageSyncServiceName: String): GetRegisteredServerResult
Link copied to clipboard

Get a ServerEndpoint. Azure REST API version: 2022-06-01. Other available API versions: 2017-06-05-preview, 2018-04-02, 2018-07-01, 2018-10-01, 2019-10-01, 2022-09-01.

suspend fun getServerEndpoint(resourceGroupName: String, serverEndpointName: String, storageSyncServiceName: String, syncGroupName: String): GetServerEndpointResult
Link copied to clipboard

Get a given StorageSyncService. Azure REST API version: 2022-06-01. Other available API versions: 2017-06-05-preview, 2019-10-01, 2022-09-01.

suspend fun getStorageSyncService(resourceGroupName: String, storageSyncServiceName: String): GetStorageSyncServiceResult
Link copied to clipboard

Get a given SyncGroup. Azure REST API version: 2022-06-01. Other available API versions: 2017-06-05-preview, 2018-04-02, 2022-09-01.

suspend fun getSyncGroup(resourceGroupName: String, storageSyncServiceName: String, syncGroupName: String): GetSyncGroupResult