Condividi tramite


CreateManagementGroupDetails Constructors

Definition

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

version
Nullable<Double>

The version number of the object.

updatedTime
Nullable<DateTime>

The date and time when this object was last updated.

updatedBy
String

The identity of the principal or process that updated the object.

parent
CreateParentGroupInfo

Parent

Applies to