EnergyServicesExtensions 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.EnergyServices.
public static class EnergyServicesExtensions
type EnergyServicesExtensions = class
Public Module EnergyServicesExtensions
- Inheritance
-
EnergyServicesExtensions
Methods
CheckNameAvailabilityLocation(SubscriptionResource, EnergyServiceNameAvailabilityContent, CancellationToken) |
Checks the name availability of the resource with requested resource name.
|
CheckNameAvailabilityLocationAsync(SubscriptionResource, EnergyServiceNameAvailabilityContent, CancellationToken) |
Checks the name availability of the resource with requested resource name.
|
GetEnergyService(ResourceGroupResource, String, CancellationToken) |
Returns oep resource for a given name.
|
GetEnergyServiceAsync(ResourceGroupResource, String, CancellationToken) |
Returns oep resource for a given name.
|
GetEnergyServiceResource(ArmClient, ResourceIdentifier) |
Gets an object representing an EnergyServiceResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create an EnergyServiceResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetEnergyServiceResource(ResourceIdentifier) instead. |
GetEnergyServices(ResourceGroupResource) |
Gets a collection of EnergyServiceResources in the ResourceGroupResource. MockingTo mock this method, please mock GetEnergyServices() instead. |
GetEnergyServices(SubscriptionResource, CancellationToken) |
Lists a collection of oep resources under the given Azure Subscription ID.
|
GetEnergyServicesAsync(SubscriptionResource, CancellationToken) |
Lists a collection of oep resources under the given Azure Subscription ID.
|
Applies to
Azure SDK for .NET