StoragemoverFunctions

Functions

Link copied to clipboard
suspend fun getAgent(argument: GetAgentPlainArgs): GetAgentResult

Gets an Agent resource. Uses Azure REST API version 2024-07-01. Other available API versions: 2023-03-01, 2023-07-01-preview, 2023-10-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native storagemover [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun getAgent(argument: suspend GetAgentPlainArgsBuilder.() -> Unit): GetAgentResult
suspend fun getAgent(agentName: String, resourceGroupName: String, storageMoverName: String): GetAgentResult
Link copied to clipboard

Gets an Endpoint resource. Uses Azure REST API version 2024-07-01. Other available API versions: 2023-03-01, 2023-07-01-preview, 2023-10-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native storagemover [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun getEndpoint(argument: suspend GetEndpointPlainArgsBuilder.() -> Unit): GetEndpointResult
suspend fun getEndpoint(endpointName: String, resourceGroupName: String, storageMoverName: String): GetEndpointResult
Link copied to clipboard

Gets a Job Definition resource. Uses Azure REST API version 2024-07-01. Other available API versions: 2023-03-01, 2023-07-01-preview, 2023-10-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native storagemover [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun getJobDefinition(jobDefinitionName: String, projectName: String, resourceGroupName: String, storageMoverName: String): GetJobDefinitionResult
Link copied to clipboard

Gets a Project resource. Uses Azure REST API version 2024-07-01. Other available API versions: 2023-03-01, 2023-07-01-preview, 2023-10-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native storagemover [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun getProject(argument: suspend GetProjectPlainArgsBuilder.() -> Unit): GetProjectResult
suspend fun getProject(projectName: String, resourceGroupName: String, storageMoverName: String): GetProjectResult
Link copied to clipboard

Gets a Storage Mover resource. Uses Azure REST API version 2024-07-01. Other available API versions: 2023-03-01, 2023-07-01-preview, 2023-10-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native storagemover [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun getStorageMover(resourceGroupName: String, storageMoverName: String): GetStorageMoverResult