Share via


PipelineGroupServiceUpdate Class

Definition

Service Info.

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

Constructors

PipelineGroupServiceUpdate()

Initializes a new instance of PipelineGroupServiceUpdate.

Properties

PersistencePersistentVolumeName

The name of the mounted persistent volume.

Pipelines

Pipelines belonging to a given pipeline group.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<PipelineGroupServiceUpdate>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PipelineGroupServiceUpdate>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PipelineGroupServiceUpdate>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PipelineGroupServiceUpdate>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PipelineGroupServiceUpdate>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to