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
| Name | Description |
|---|---|
| GetExtendedZone(SubscriptionResource, String, CancellationToken) |
Gets an Azure Extended Zone for a subscription <item> Mocking. To mock this method, please mock GetExtendedZone(String, CancellationToken) instead. </item> |
| GetExtendedZoneAsync(SubscriptionResource, String, CancellationToken) |
Gets an Azure Extended Zone for a subscription <item> Mocking. To mock this method, please mock GetExtendedZoneAsync(String, CancellationToken) instead. </item> |
| GetExtendedZoneResource(ArmClient, ResourceIdentifier) |
Gets an object representing a ExtendedZoneResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetExtendedZoneResource(ResourceIdentifier) instead. </item> |
| GetExtendedZones(SubscriptionResource) |
Gets a collection of ExtendedZones in the SubscriptionResource<item> Mocking. To mock this method, please mock GetExtendedZones() instead. </item> |