你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

GetExtendedZone(SubscriptionResource, String, CancellationToken)

Gets an Azure Extended Zone for a subscription

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.EdgeZones/extendedZones/{extendedZoneName}
  • Operation Id: ExtendedZones_Get
  • Default Api Version: 2024-04-01-preview
  • Resource: ExtendedZoneResource
GetExtendedZoneAsync(SubscriptionResource, String, CancellationToken)

Gets an Azure Extended Zone for a subscription

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.EdgeZones/extendedZones/{extendedZoneName}
  • Operation Id: ExtendedZones_Get
  • Default Api Version: 2024-04-01-preview
  • Resource: ExtendedZoneResource
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