Azure.ResourceManager.DevOpsInfrastructure Namespace

Classes

DevOpsInfrastructureExtensions

A class to add extension methods to Azure.ResourceManager.DevOpsInfrastructure.

DevOpsPoolCollection

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

DevOpsPoolData

A class representing the DevOpsPool data model. Concrete tracked resource types can be created by aliasing this type using a specific property type.

DevOpsPoolResource

A Class representing a DevOpsPool along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a DevOpsPoolResource from an instance of ArmClient using the GetDevOpsPoolResource method. Otherwise you can get one from its parent resource ResourceGroupResource using the GetDevOpsPool method.