Interface ManagementGroup


public interface ManagementGroup
An immutable client-side representation of ManagementGroup.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the created property: The datetime that the management group was created.
    Gets the dataReceived property: The last datetime that the management group received data.
    id()
    Gets the id property: The unique ID of the management group.
    Gets the inner com.azure.resourcemanager.loganalytics.fluent.models.ManagementGroupInner object.
    Gets the isGateway property: Gets or sets a value indicating whether the management group is a gateway.
    Gets the name property: The name of the management group.
    Gets the serverCount property: The number of servers connected to the management group.
    sku()
    Gets the sku property: The SKU of System Center that is managing the management group.
    Gets the version property: The version of System Center that is managing the management group.
  • Method Details

    • serverCount

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

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

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

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

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

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

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

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

      ManagementGroupInner innerModel()
      Gets the inner com.azure.resourcemanager.loganalytics.fluent.models.ManagementGroupInner object.
      Returns:
      the inner object.