次の方法で共有


PipelineGroupPatch Class

Definition

The type used for update operations of the PipelineGroup.

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

Constructors

PipelineGroupPatch()

Initializes a new instance of PipelineGroupPatch.

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.

Tags

Resource tags.

Explicit Interface Implementations

IJsonModel<PipelineGroupPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PipelineGroupPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PipelineGroupPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PipelineGroupPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PipelineGroupPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to