PipelineGroupService 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.
Service Info.
public class PipelineGroupService : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Monitor.Models.PipelineGroupService>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Monitor.Models.PipelineGroupService>
type PipelineGroupService = class
interface IJsonModel<PipelineGroupService>
interface IPersistableModel<PipelineGroupService>
Public Class PipelineGroupService
Implements IJsonModel(Of PipelineGroupService), IPersistableModel(Of PipelineGroupService)
- Inheritance
-
PipelineGroupService
- Implements
Constructors
PipelineGroupService(IEnumerable<PipelineGroupServicePipeline>) |
Initializes a new instance of PipelineGroupService. |
Properties
PersistencePersistentVolumeName |
The name of the mounted persistent volume. |
Pipelines |
Pipelines belonging to a given pipeline group. |
Explicit Interface Implementations
IJsonModel<PipelineGroupService>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<PipelineGroupService>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<PipelineGroupService>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<PipelineGroupService>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<PipelineGroupService>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET