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: 2024-04-01-preview
  • Resource: ExtendedZoneResource
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 an empty string, and was expected to be non-empty.

extendedZoneName is null.

Applies to