get Endpoint
Gets an Endpoint resource. API Version: 2022-07-01-preview.
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.
See also
Parameters
endpoint Name
The name of the Endpoint resource.
resource Group Name
The name of the resource group. The name is case insensitive.
storage Mover Name
The name of the Storage Mover resource.
suspend fun getEndpoint(argument: suspend GetEndpointPlainArgsBuilder.() -> Unit): GetEndpointResult
Return
The Endpoint resource, which contains information about file sources and targets.
See also
Parameters
argument
Builder for com.pulumi.azurenative.storagemover.kotlin.inputs.GetEndpointPlainArgs.