共用方式為


StorageMoverEndpointData(EndpointBaseProperties) Constructor

Definition

Initializes a new instance of StorageMoverEndpointData.

public StorageMoverEndpointData (Azure.ResourceManager.StorageMover.Models.EndpointBaseProperties properties);
new Azure.ResourceManager.StorageMover.StorageMoverEndpointData : Azure.ResourceManager.StorageMover.Models.EndpointBaseProperties -> Azure.ResourceManager.StorageMover.StorageMoverEndpointData
Public Sub New (properties As EndpointBaseProperties)

Parameters

properties
EndpointBaseProperties

The resource specific properties for the Storage Mover resource. Please note EndpointBaseProperties is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AzureStorageBlobContainerEndpointProperties, AzureStorageSmbFileShareEndpointProperties, NfsMountEndpointProperties and SmbMountEndpointProperties.

Exceptions

properties is null.

Applies to