EdgeZonesExtensions 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.EdgeZones.
public static class EdgeZonesExtensions
type EdgeZonesExtensions = class
Public Module EdgeZonesExtensions
- Inheritance
-
EdgeZonesExtensions
Methods
GetExtendedZone(SubscriptionResource, String, CancellationToken) |
Gets an Azure Extended Zone for a subscription
|
GetExtendedZoneAsync(SubscriptionResource, String, CancellationToken) |
Gets an Azure Extended Zone for a subscription
|
GetExtendedZoneResource(ArmClient, ResourceIdentifier) |
Gets an object representing an ExtendedZoneResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String) to create an ExtendedZoneResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetExtendedZoneResource(ResourceIdentifier) instead. |
GetExtendedZones(SubscriptionResource) |
Gets a collection of ExtendedZoneResources in the SubscriptionResource. MockingTo mock this method, please mock GetExtendedZones() instead. |
Applies to
Azure SDK for .NET