ManagementGroup 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
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
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.
- 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.