MoveCollectionPropertiesErrors Constructors
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.
Overloads
MoveCollectionPropertiesErrors() |
Initializes a new instance of the MoveCollectionPropertiesErrors class. |
MoveCollectionPropertiesErrors(MoveResourceErrorBody) |
Initializes a new instance of the MoveCollectionPropertiesErrors class. |
MoveCollectionPropertiesErrors()
Initializes a new instance of the MoveCollectionPropertiesErrors class.
public MoveCollectionPropertiesErrors ();
Public Sub New ()
Applies to
MoveCollectionPropertiesErrors(MoveResourceErrorBody)
Initializes a new instance of the MoveCollectionPropertiesErrors class.
public MoveCollectionPropertiesErrors (Microsoft.Azure.Management.Migrate.ResourceMover.Models.MoveResourceErrorBody properties = default);
new Microsoft.Azure.Management.Migrate.ResourceMover.Models.MoveCollectionPropertiesErrors : Microsoft.Azure.Management.Migrate.ResourceMover.Models.MoveResourceErrorBody -> Microsoft.Azure.Management.Migrate.ResourceMover.Models.MoveCollectionPropertiesErrors
Public Sub New (Optional properties As MoveResourceErrorBody = Nothing)
Parameters
- properties
- MoveResourceErrorBody
The move resource error body.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET