ManagementGroup Constructors

Definition

Overloads

ManagementGroup()

Initializes a new instance of the ManagementGroup class.

ManagementGroup(Nullable<Int32>, Nullable<Boolean>, String, String, Nullable<DateTime>, Nullable<DateTime>, String, String)

Initializes a new instance of the ManagementGroup class.

ManagementGroup()

Initializes a new instance of the ManagementGroup class.

public ManagementGroup ();
Public Sub New ()

Applies to

ManagementGroup(Nullable<Int32>, Nullable<Boolean>, String, String, Nullable<DateTime>, Nullable<DateTime>, String, String)

Initializes a new instance of the ManagementGroup class.

public ManagementGroup (int? serverCount = default, bool? isGateway = default, string name = default, string id = default, DateTime? created = default, DateTime? dataReceived = default, string version = default, string sku = default);
new Microsoft.Azure.Management.OperationalInsights.Models.ManagementGroup : Nullable<int> * Nullable<bool> * string * string * Nullable<DateTime> * Nullable<DateTime> * string * string -> Microsoft.Azure.Management.OperationalInsights.Models.ManagementGroup
Public Sub New (Optional serverCount As Nullable(Of Integer) = Nothing, Optional isGateway As Nullable(Of Boolean) = Nothing, Optional name As String = Nothing, Optional id As String = Nothing, Optional created As Nullable(Of DateTime) = Nothing, Optional dataReceived As Nullable(Of DateTime) = Nothing, Optional version As String = Nothing, Optional sku As String = Nothing)

Parameters

serverCount
Nullable<Int32>

The number of servers connected to the management group.

isGateway
Nullable<Boolean>

Gets or sets a value indicating whether the management group is a gateway.

name
String

The name of the management group.

id
String

The unique ID of the management group.

created
Nullable<DateTime>

The datetime that the management group was created.

dataReceived
Nullable<DateTime>

The last datetime that the management group received data.

version
String

The version of System Center that is managing the management group.

sku
String

The SKU of System Center that is managing the management group.

Applies to