EdgeZonesExtensions Class

Definition

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>

Applies to