Share via


PipelineGroupUpdateProperties Class

Definition

The updatable properties of the PipelineGroup.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.PipelineGroupUpdatePropertiesTypeConverter))]
public class PipelineGroupUpdateProperties : Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.IPipelineGroupUpdateProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.PipelineGroupUpdatePropertiesTypeConverter))>]
type PipelineGroupUpdateProperties = class
    interface IPipelineGroupUpdateProperties
    interface IJsonSerializable
Public Class PipelineGroupUpdateProperties
Implements IPipelineGroupUpdateProperties
Inheritance
PipelineGroupUpdateProperties
Attributes
Implements

Constructors

PipelineGroupUpdateProperties()

Creates an new PipelineGroupUpdateProperties instance.

Properties

Exporter

The exporters specified for a pipeline group instance.

NetworkingConfiguration

Networking configurations for the pipeline group instance.

PersistencePersistentVolumeName

The name of the mounted persistent volume.

Processor

The processors specified for a pipeline group instance.

Receiver

The receivers specified for a pipeline group instance.

Replica

Defines the amount of replicas of the pipeline group instance.

ServicePipeline

Pipelines belonging to a given pipeline group.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PipelineGroupUpdateProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PipelineGroupUpdateProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.IPipelineGroupUpdateProperties.

FromJsonString(String)

Creates a new instance of PipelineGroupUpdateProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of PipelineGroupUpdateProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to