ManagementGroupInner Class

  • java.lang.Object
    • com.azure.resourcemanager.loganalytics.fluent.models.ManagementGroupInner

public final class ManagementGroupInner

A management group that is connected to a workspace.

Constructor Summary

Constructor Description
ManagementGroupInner()

Creates an instance of ManagementGroupInner class.

Method Summary

Modifier and Type Method and Description
OffsetDateTime created()

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

OffsetDateTime dataReceived()

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

String id()

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

Boolean isGateway()

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

String name()

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

Integer serverCount()

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

String sku()

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

void validate()

Validates the instance.

String version()

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

ManagementGroupInner withCreated(OffsetDateTime created)

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

ManagementGroupInner withDataReceived(OffsetDateTime dataReceived)

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

ManagementGroupInner withId(String id)

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

ManagementGroupInner withIsGateway(Boolean isGateway)

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

ManagementGroupInner withName(String name)

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

ManagementGroupInner withServerCount(Integer serverCount)

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

ManagementGroupInner withSku(String sku)

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

ManagementGroupInner withVersion(String version)

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

Methods inherited from java.lang.Object

Constructor Details

ManagementGroupInner

public ManagementGroupInner()

Creates an instance of ManagementGroupInner class.

Method Details

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.

id

public String id()

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

Returns:

the id 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.

serverCount

public Integer serverCount()

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

Returns:

the serverCount value.

sku

public String sku()

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

Returns:

the sku value.

validate

public void validate()

Validates the instance.

version

public String version()

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

Returns:

the version value.

withCreated

public ManagementGroupInner withCreated(OffsetDateTime created)

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

Parameters:

created - the created value to set.

Returns:

the ManagementGroupInner object itself.

withDataReceived

public ManagementGroupInner withDataReceived(OffsetDateTime dataReceived)

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

Parameters:

dataReceived - the dataReceived value to set.

Returns:

the ManagementGroupInner object itself.

withId

public ManagementGroupInner withId(String id)

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

Parameters:

id - the id value to set.

Returns:

the ManagementGroupInner object itself.

withIsGateway

public ManagementGroupInner withIsGateway(Boolean isGateway)

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

Parameters:

isGateway - the isGateway value to set.

Returns:

the ManagementGroupInner object itself.

withName

public ManagementGroupInner withName(String name)

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

Parameters:

name - the name value to set.

Returns:

the ManagementGroupInner object itself.

withServerCount

public ManagementGroupInner withServerCount(Integer serverCount)

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

Parameters:

serverCount - the serverCount value to set.

Returns:

the ManagementGroupInner object itself.

withSku

public ManagementGroupInner withSku(String sku)

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

Parameters:

sku - the sku value to set.

Returns:

the ManagementGroupInner object itself.

withVersion

public ManagementGroupInner withVersion(String version)

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

Parameters:

version - the version value to set.

Returns:

the ManagementGroupInner object itself.

Applies to