Language

ExtendedZoneCollection.GetIfExists(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

  • Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.EdgeZones/extendedZones/{extendedZoneName}.
  • Operation Id. : ExtendedZones_Get.
  • Default Api Version. : 2026-10-01.
public virtual Azure.NullableResponse<Azure.ResourceManager.EdgeZones.ExtendedZoneResource> GetIfExists(string extendedZoneName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.EdgeZones.ExtendedZoneResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.EdgeZones.ExtendedZoneResource>
Public Overridable Function GetIfExists (extendedZoneName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of ExtendedZoneResource)

Parameters

extendedZoneName
String

The name of the ExtendedZone.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

extendedZoneName is null.

extendedZoneName is an empty string, and was expected to be non-empty.

Applies to