StoragesyncFunctions

Functions

Link copied to clipboard

Get a given CloudEndpoint. Uses Azure REST API version 2022-09-01. Other available API versions: 2022-06-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native storagesync [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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. Uses Azure REST API version 2022-09-01. Other available API versions: 2022-06-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native storagesync [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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-09-01. Other available API versions: 2022-06-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native storagesync [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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

Get a ServerEndpoint. Uses Azure REST API version 2022-09-01. Other available API versions: 2022-06-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native storagesync [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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

Get a given StorageSyncService. Uses Azure REST API version 2022-09-01. Other available API versions: 2022-06-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native storagesync [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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

Get a given SyncGroup. Uses Azure REST API version 2022-09-01. Other available API versions: 2022-06-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native storagesync [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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