Azure.ResourceManager.Monitor.PipelineGroups Namespace

Classes

Name Description
AzureResourceManagerMonitorPipelineGroupsContext

Context class which will be filled in by the System.ClientModel.SourceGeneration. For more information https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/System.ClientModel/src/docs/ModelReaderWriterContext.md

MonitorPipelineGroupsExtensions

A class to add extension methods to Azure.ResourceManager.Monitor.PipelineGroups.

PipelineGroupCollection

A class representing a collection of PipelineGroupResource and their operations. Each PipelineGroupResource in the collection will belong to the same instance of ResourceGroupResource. To get a PipelineGroupCollection instance call the GetPipelineGroups method from an instance of ResourceGroupResource.

PipelineGroupData

A pipeline group definition.

PipelineGroupResource

A class representing a PipelineGroup along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a PipelineGroupResource from an instance of ArmClient using the GetResource method. Otherwise you can get one from its parent resource ResourceGroupResource using the GetPipelineGroups method.