OperationalInsightsManagementGroup Class

Definition

A management group that is connected to a workspace.

public class OperationalInsightsManagementGroup : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsManagementGroup>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsManagementGroup>
public class OperationalInsightsManagementGroup
type OperationalInsightsManagementGroup = class
    interface IJsonModel<OperationalInsightsManagementGroup>
    interface IPersistableModel<OperationalInsightsManagementGroup>
type OperationalInsightsManagementGroup = class
Public Class OperationalInsightsManagementGroup
Implements IJsonModel(Of OperationalInsightsManagementGroup), IPersistableModel(Of OperationalInsightsManagementGroup)
Public Class OperationalInsightsManagementGroup
Inheritance
OperationalInsightsManagementGroup
Implements

Properties

CreatedOn

The datetime that the management group was created.

DataReceivedOn

The last datetime that the management group received data.

Id

The unique ID of the management group.

IsGateway

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

Name

The name of the management group.

ServerCount

The number of servers connected to the management group.

Sku

The SKU of System Center that is managing the management group.

Version

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

Explicit Interface Implementations

IJsonModel<OperationalInsightsManagementGroup>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<OperationalInsightsManagementGroup>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OperationalInsightsManagementGroup>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OperationalInsightsManagementGroup>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<OperationalInsightsManagementGroup>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to