Share via


FrontDoorEndpointCollection.GetIfExists(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/afdEndpoints/{endpointName}
  • Operation Id: FrontDoorEndpoints_Get
  • Default Api Version: 2024-02-01
  • Resource: FrontDoorEndpointResource
public virtual Azure.NullableResponse<Azure.ResourceManager.Cdn.FrontDoorEndpointResource> GetIfExists (string endpointName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Cdn.FrontDoorEndpointResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Cdn.FrontDoorEndpointResource>
Public Overridable Function GetIfExists (endpointName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of FrontDoorEndpointResource)

Parameters

endpointName
String

Name of the endpoint under the profile which is unique globally.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

endpointName is null.

Applies to