Class ManagementGroupProperties
java.lang.Object
com.azure.resourcemanager.loganalytics.fluent.models.ManagementGroupProperties
- All Implemented Interfaces:
com.azure.json.JsonSerializable<ManagementGroupProperties>
public final class ManagementGroupProperties
extends Object
implements com.azure.json.JsonSerializable<ManagementGroupProperties>
Management group properties.
-
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 ManagementGroupPropertiesfromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagementGroupProperties 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<ManagementGroupProperties>- Throws:
IOException
-
fromJson
public static ManagementGroupProperties fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of ManagementGroupProperties from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of ManagementGroupProperties 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 ManagementGroupProperties.
-