Class ManagementGroupInner
java.lang.Object
com.azure.resourcemanager.loganalytics.fluent.models.ManagementGroupInner
- All Implemented Interfaces:
com.azure.json.JsonSerializable<ManagementGroupInner>
public final class ManagementGroupInner
extends Object
implements com.azure.json.JsonSerializable<ManagementGroupInner>
A management group that is connected to a workspace.
-
Method Summary
Modifier and TypeMethodDescriptioncreated()Get the created property: The datetime that the management group was created.Get the dataReceived property: The last datetime that the management group received data.static ManagementGroupInnerfromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagementGroupInner from the JsonReader.id()Get the id property: The unique ID of the management group.Get the isGateway property: Gets or sets a value indicating whether the management group is a gateway.name()Get the name property: The name of the management group.Get the serverCount property: The number of servers connected to the management group.sku()Get the sku property: The SKU of System Center that is managing the management group.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) version()Get the version property: The version of System Center that is managing the management group.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Method Details
-
serverCount
Get the serverCount property: The number of servers connected to the management group.- Returns:
- the serverCount value.
-
isGateway
Get the isGateway property: Gets or sets a value indicating whether the management group is a gateway.- Returns:
- the isGateway value.
-
name
Get the name property: The name of the management group.- Returns:
- the name value.
-
id
Get the id property: The unique ID of the management group.- Returns:
- the id value.
-
created
Get the created property: The datetime that the management group was created.- Returns:
- the created value.
-
dataReceived
Get the dataReceived property: The last datetime that the management group received data.- Returns:
- the dataReceived value.
-
version
Get the version property: The version of System Center that is managing the management group.- Returns:
- the version value.
-
sku
Get the sku property: The SKU of System Center that is managing the management group.- Returns:
- the sku value.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<ManagementGroupInner>- Throws:
IOException
-
fromJson
public static ManagementGroupInner fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of ManagementGroupInner from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of ManagementGroupInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
- Throws:
IOException- If an error occurs while reading the ManagementGroupInner.
-