StorageMoverEndpointData(EndpointBaseProperties) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
Exceptions
properties is null.