EndpointBaseProperties interface
The resource specific properties for the Storage Mover resource.
Properties
description | A description for the Endpoint. |
endpoint |
Polymorphic discriminator, which specifies the different types this object can be |
provisioning |
The provisioning state of this resource. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
description
A description for the Endpoint.
description?: string
Property Value
string
endpointType
Polymorphic discriminator, which specifies the different types this object can be
endpointType: "AzureStorageBlobContainer" | "AzureStorageSmbFileShare" | "NfsMount" | "SmbMount"
Property Value
"AzureStorageBlobContainer" | "AzureStorageSmbFileShare" | "NfsMount" | "SmbMount"
provisioningState
The provisioning state of this resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string