ExtendedLocationExtensions 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.ExtendedLocation.
public static class ExtendedLocationExtensions
type ExtendedLocationExtensions = class
Public Module ExtendedLocationExtensions
- Inheritance
-
ExtendedLocationExtensions
Methods
GetCustomLocation(ResourceGroupResource, String, CancellationToken) |
Gets the details of the customLocation with a specified resource group and name. Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ExtendedLocation/customLocations/{resourceName} Operation Id: CustomLocations_Get |
GetCustomLocationAsync(ResourceGroupResource, String, CancellationToken) |
Gets the details of the customLocation with a specified resource group and name. Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ExtendedLocation/customLocations/{resourceName} Operation Id: CustomLocations_Get |
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. |
GetCustomLocations(ResourceGroupResource) |
Gets a collection of CustomLocationResources in the ResourceGroupResource. |
GetCustomLocations(SubscriptionResource, CancellationToken) |
Gets a list of Custom Locations in the specified subscription. The operation returns properties of each Custom Location Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ExtendedLocation/customLocations Operation Id: CustomLocations_ListBySubscription |
GetCustomLocationsAsync(SubscriptionResource, CancellationToken) |
Gets a list of Custom Locations in the specified subscription. The operation returns properties of each Custom Location Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ExtendedLocation/customLocations Operation Id: CustomLocations_ListBySubscription |
GetOperationsCustomLocations(TenantResource, CancellationToken) |
Lists all available Custom Locations operations. Request Path: /providers/Microsoft.ExtendedLocation/operations Operation Id: CustomLocations_ListOperations |
GetOperationsCustomLocationsAsync(TenantResource, CancellationToken) |
Lists all available Custom Locations operations. Request Path: /providers/Microsoft.ExtendedLocation/operations Operation Id: CustomLocations_ListOperations |
Applies to
Azure SDK for .NET