CreateManagementGroupDetails 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
CreateManagementGroupDetails() |
Initializes a new instance of the CreateManagementGroupDetails class. |
CreateManagementGroupDetails(Nullable<Double>, Nullable<DateTime>, String, CreateParentGroupInfo) |
Initializes a new instance of the CreateManagementGroupDetails class. |
CreateManagementGroupDetails()
Initializes a new instance of the CreateManagementGroupDetails class.
public CreateManagementGroupDetails ();
Public Sub New ()
Applies to
CreateManagementGroupDetails(Nullable<Double>, Nullable<DateTime>, String, CreateParentGroupInfo)
Initializes a new instance of the CreateManagementGroupDetails class.
public CreateManagementGroupDetails (double? version = default, DateTime? updatedTime = default, string updatedBy = default, Microsoft.Azure.Management.ManagementGroups.Models.CreateParentGroupInfo parent = default);
new Microsoft.Azure.Management.ManagementGroups.Models.CreateManagementGroupDetails : Nullable<double> * Nullable<DateTime> * string * Microsoft.Azure.Management.ManagementGroups.Models.CreateParentGroupInfo -> Microsoft.Azure.Management.ManagementGroups.Models.CreateManagementGroupDetails
Public Sub New (Optional version As Nullable(Of Double) = Nothing, Optional updatedTime As Nullable(Of DateTime) = Nothing, Optional updatedBy As String = Nothing, Optional parent As CreateParentGroupInfo = Nothing)
Parameters
- updatedBy
- String
The identity of the principal or process that updated the object.
- parent
- CreateParentGroupInfo
Parent
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.