PipelineGroupProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Properties that need to be specified to create a new pipeline group instance.
public class PipelineGroupProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Monitor.Models.PipelineGroupProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Monitor.Models.PipelineGroupProperties>
type PipelineGroupProperties = class
interface IJsonModel<PipelineGroupProperties>
interface IPersistableModel<PipelineGroupProperties>
Public Class PipelineGroupProperties
Implements IJsonModel(Of PipelineGroupProperties), IPersistableModel(Of PipelineGroupProperties)
- Inheritance
-
PipelineGroupProperties
- Implements
Constructors
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. |
ProvisioningState |
The provisioning state of a pipeline group instance. Set to Succeeded if everything is healthy. |
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<PipelineGroupProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<PipelineGroupProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<PipelineGroupProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<PipelineGroupProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<PipelineGroupProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |