ExtendedLocationsExtensions 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.ExtendedLocations.
public static class ExtendedLocationsExtensions
type ExtendedLocationsExtensions = class
Public Module ExtendedLocationsExtensions
- Inheritance
-
ExtendedLocationsExtensions
Methods
GetCustomLocation(ResourceGroupResource, String, CancellationToken) |
Gets the details of the customLocation with a specified resource group and name.
|
GetCustomLocationAsync(ResourceGroupResource, String, CancellationToken) |
Gets the details of the customLocation with a specified resource group and name.
|
GetCustomLocationResource(ArmClient, ResourceIdentifier) |
Gets an object representing a CustomLocationResource 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 CustomLocationResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetCustomLocationResource(ResourceIdentifier) instead. |
GetCustomLocations(ResourceGroupResource) |
Gets a collection of CustomLocationResources in the ResourceGroupResource. MockingTo mock this method, please mock GetCustomLocations() instead. |
GetCustomLocations(SubscriptionResource, CancellationToken) |
Gets a list of Custom Locations in the specified subscription. The operation returns properties of each Custom Location
|
GetCustomLocationsAsync(SubscriptionResource, CancellationToken) |
Gets a list of Custom Locations in the specified subscription. The operation returns properties of each Custom Location
|
Applies to
Azure SDK for .NET