ManagementGroup Interface

public interface ManagementGroup

An immutable client-side representation of ManagementGroup.

Method Summary

Modifier and Type Method and Description
abstract OffsetDateTime created()

Gets the created property: The datetime that the management group was created.

abstract OffsetDateTime dataReceived()

Gets the dataReceived property: The last datetime that the management group received data.

abstract String id()

Gets the id property: The unique ID of the management group.

abstract ManagementGroupInner innerModel()

Gets the inner com.azure.resourcemanager.loganalytics.fluent.models.ManagementGroupInner object.

abstract Boolean isGateway()

Gets the isGateway property: Gets or sets a value indicating whether the management group is a gateway.

abstract String name()

Gets the name property: The name of the management group.

abstract Integer serverCount()

Gets the serverCount property: The number of servers connected to the management group.

abstract String sku()

Gets the sku property: The SKU of System Center that is managing the management group.

abstract String version()

Gets the version property: The version of System Center that is managing the management group.

Method Details

created

public abstract OffsetDateTime created()

Gets the created property: The datetime that the management group was created.

Returns:

the created value.

dataReceived

public abstract OffsetDateTime dataReceived()

Gets the dataReceived property: The last datetime that the management group received data.

Returns:

the dataReceived value.

id

public abstract String id()

Gets the id property: The unique ID of the management group.

Returns:

the id value.

innerModel

public abstract ManagementGroupInner innerModel()

Gets the inner com.azure.resourcemanager.loganalytics.fluent.models.ManagementGroupInner object.

Returns:

the inner object.

isGateway

public abstract Boolean isGateway()

Gets the isGateway property: Gets or sets a value indicating whether the management group is a gateway.

Returns:

the isGateway value.

name

public abstract String name()

Gets the name property: The name of the management group.

Returns:

the name value.

serverCount

public abstract Integer serverCount()

Gets the serverCount property: The number of servers connected to the management group.

Returns:

the serverCount value.

sku

public abstract String sku()

Gets the sku property: The SKU of System Center that is managing the management group.

Returns:

the sku value.

version

public abstract String version()

Gets the version property: The version of System Center that is managing the management group.

Returns:

the version value.

Applies to