Share via


PipelineGroupPropertiesUpdate Class

Definition

Properties that need to be specified to create a new pipeline group instance.

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

Constructors

PipelineGroupPropertiesUpdate()

Initializes a new instance of PipelineGroupPropertiesUpdate.

Properties

Exporters

The exporters specified for a pipeline group instance.

NetworkingConfigurations

Networking configurations for the pipeline group instance.

Processors

The processors specified for a pipeline group instance.

Receivers

The receivers specified for a pipeline group instance.

Replicas

Defines the amount of replicas of the pipeline group instance.

Service

The service section for a given pipeline group instance.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<PipelineGroupPropertiesUpdate>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PipelineGroupPropertiesUpdate>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PipelineGroupPropertiesUpdate>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PipelineGroupPropertiesUpdate>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PipelineGroupPropertiesUpdate>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to