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 Type
    Method
    Description
    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.
    fromJson(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.
    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.JsonWriter
    toJson(com.azure.json.JsonWriter jsonWriter)
    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, wait

    Methods inherited from interface com.azure.json.JsonSerializable

    toJson, toJson, toJsonBytes, toJsonString
  • Method Details

    • serverCount

      public Integer serverCount()
      Get the serverCount property: The number of servers connected to the management group.
      Returns:
      the serverCount value.
    • isGateway

      public Boolean isGateway()
      Get the isGateway property: Gets or sets a value indicating whether the management group is a gateway.
      Returns:
      the isGateway value.
    • name

      public String name()
      Get the name property: The name of the management group.
      Returns:
      the name value.
    • id

      public String id()
      Get the id property: The unique ID of the management group.
      Returns:
      the id value.
    • created

      public OffsetDateTime created()
      Get the created property: The datetime that the management group was created.
      Returns:
      the created value.
    • dataReceived

      public OffsetDateTime dataReceived()
      Get the dataReceived property: The last datetime that the management group received data.
      Returns:
      the dataReceived value.
    • version

      public String version()
      Get the version property: The version of System Center that is managing the management group.
      Returns:
      the version value.
    • sku

      public String sku()
      Get the sku property: The SKU of System Center that is managing the management group.
      Returns:
      the sku value.
    • toJson

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.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.