getEndpoint

Gets an Endpoint resource. Uses Azure REST API version 2023-03-01. Other available API versions: 2023-07-01-preview, 2023-10-01, 2024-07-01.

Return

The Endpoint resource, which contains information about file sources and targets.

Parameters

argument

null


suspend fun getEndpoint(endpointName: String, resourceGroupName: String, storageMoverName: String): GetEndpointResult

Return

The Endpoint resource, which contains information about file sources and targets.

Parameters

endpointName

The name of the Endpoint resource.

resourceGroupName

The name of the resource group. The name is case insensitive.

storageMoverName

The name of the Storage Mover resource.

See also


suspend fun getEndpoint(argument: suspend GetEndpointPlainArgsBuilder.() -> Unit): GetEndpointResult

Return

The Endpoint resource, which contains information about file sources and targets.

Parameters

argument

Builder for com.pulumi.azurenative.storagemover.kotlin.inputs.GetEndpointPlainArgs.

See also