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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET