Storagesync Functions
object StoragesyncFunctions
Functions
Link copied to clipboard
Get a given CloudEndpoint. Uses Azure REST API version 2022-06-01. Other available API versions: 2022-09-01.
suspend fun getCloudEndpoint(argument: suspend GetCloudEndpointPlainArgsBuilder.() -> Unit): GetCloudEndpointResult
suspend fun getCloudEndpoint(cloudEndpointName: String, resourceGroupName: String, storageSyncServiceName: String, syncGroupName: String): GetCloudEndpointResult
Link copied to clipboard
suspend fun getPrivateEndpointConnection(argument: GetPrivateEndpointConnectionPlainArgs): GetPrivateEndpointConnectionResult
Gets the specified private endpoint connection associated with the storage sync service. Uses Azure REST API version 2022-06-01. Other available API versions: 2022-09-01.
suspend fun getPrivateEndpointConnection(argument: suspend GetPrivateEndpointConnectionPlainArgsBuilder.() -> Unit): GetPrivateEndpointConnectionResult
suspend fun getPrivateEndpointConnection(privateEndpointConnectionName: String, resourceGroupName: String, storageSyncServiceName: String): GetPrivateEndpointConnectionResult
Link copied to clipboard
Get a given registered server. Uses Azure REST API version 2022-06-01. Other available API versions: 2022-09-01.
suspend fun getRegisteredServer(argument: suspend GetRegisteredServerPlainArgsBuilder.() -> Unit): GetRegisteredServerResult
suspend fun getRegisteredServer(resourceGroupName: String, serverId: String, storageSyncServiceName: String): GetRegisteredServerResult
Link copied to clipboard
Get a ServerEndpoint. Uses Azure REST API version 2022-06-01. Other available API versions: 2022-09-01.
suspend fun getServerEndpoint(argument: suspend GetServerEndpointPlainArgsBuilder.() -> Unit): GetServerEndpointResult
suspend fun getServerEndpoint(resourceGroupName: String, serverEndpointName: String, storageSyncServiceName: String, syncGroupName: String): GetServerEndpointResult
Link copied to clipboard
suspend fun getStorageSyncService(argument: GetStorageSyncServicePlainArgs): GetStorageSyncServiceResult
Get a given StorageSyncService. Uses Azure REST API version 2022-06-01. Other available API versions: 2022-09-01.
suspend fun getStorageSyncService(argument: suspend GetStorageSyncServicePlainArgsBuilder.() -> Unit): GetStorageSyncServiceResult
suspend fun getStorageSyncService(resourceGroupName: String, storageSyncServiceName: String): GetStorageSyncServiceResult
Link copied to clipboard
Get a given SyncGroup. Uses Azure REST API version 2022-06-01. Other available API versions: 2022-09-01.
suspend fun getSyncGroup(argument: suspend GetSyncGroupPlainArgsBuilder.() -> Unit): GetSyncGroupResult
suspend fun getSyncGroup(resourceGroupName: String, storageSyncServiceName: String, syncGroupName: String): GetSyncGroupResult