Get Endpoint Result
data class GetEndpointResult(val id: String, val name: String, val properties: Either<AzureStorageBlobContainerEndpointPropertiesResponse, NfsMountEndpointPropertiesResponse>, val systemData: SystemDataResponse, val type: String)
The Endpoint resource, which contains information about file sources and targets.
Constructors
Link copied to clipboard
constructor(id: String, name: String, properties: Either<AzureStorageBlobContainerEndpointPropertiesResponse, NfsMountEndpointPropertiesResponse>, systemData: SystemDataResponse, type: String)
Properties
Link copied to clipboard
val properties: Either<AzureStorageBlobContainerEndpointPropertiesResponse, NfsMountEndpointPropertiesResponse>
The resource specific properties for the Storage Mover resource.
Link copied to clipboard
Resource system metadata.