IPipelineGroupUpdate Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.PipelineGroupUpdateTypeConverter))]
public interface IPipelineGroupUpdate : Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.PipelineGroupUpdateTypeConverter))>]
type IPipelineGroupUpdate = interface
interface IJsonSerializable
Public Interface IPipelineGroupUpdate
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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. |
Tag |
Resource tags. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |