DevOpsInfrastructureExtensions 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.
A class to add extension methods to Azure.ResourceManager.DevOpsInfrastructure.
public static class DevOpsInfrastructureExtensions
type DevOpsInfrastructureExtensions = class
Public Module DevOpsInfrastructureExtensions
- Inheritance
-
DevOpsInfrastructureExtensions
Methods
GetDevOpsPool(ResourceGroupResource, String, CancellationToken) |
Get a Pool
|
GetDevOpsPoolAsync(ResourceGroupResource, String, CancellationToken) |
Get a Pool
|
GetDevOpsPoolResource(ArmClient, ResourceIdentifier) |
Gets an object representing a DevOpsPoolResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a DevOpsPoolResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDevOpsPoolResource(ResourceIdentifier) instead. |
GetDevOpsPools(ResourceGroupResource) |
Gets a collection of DevOpsPoolResources in the ResourceGroupResource. MockingTo mock this method, please mock GetDevOpsPools() instead. |
GetDevOpsPools(SubscriptionResource, CancellationToken) |
List Pool resources by subscription ID
|
GetDevOpsPoolsAsync(SubscriptionResource, CancellationToken) |
List Pool resources by subscription ID
|
GetImageVersionsByImage(ResourceGroupResource, String, CancellationToken) |
List ImageVersion resources by Image
|
GetImageVersionsByImageAsync(ResourceGroupResource, String, CancellationToken) |
List ImageVersion resources by Image
|
GetSkusByLocation(SubscriptionResource, String, CancellationToken) |
List ResourceSku resources by subscription ID
|
GetSkusByLocationAsync(SubscriptionResource, String, CancellationToken) |
List ResourceSku resources by subscription ID
|
GetUsages(SubscriptionResource, AzureLocation, CancellationToken) |
List Quota resources by subscription ID
|
GetUsagesAsync(SubscriptionResource, AzureLocation, CancellationToken) |
List Quota resources by subscription ID
|
Applies to
Azure SDK for .NET