FrontDoorEndpointResource.Get(CancellationToken) Method

Definition

Gets an existing AzureFrontDoor endpoint with the specified endpoint name under the specified subscription, resource group and profile.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/afdEndpoints/{endpointName}.
  • Operation Id. : AFDEndpoints_Get.
  • Default Api Version. : 2025-09-01-preview.
  • Resource. : FrontDoorEndpointResource.
public virtual Azure.Response<Azure.ResourceManager.Cdn.FrontDoorEndpointResource> Get(System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Cdn.FrontDoorEndpointResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Cdn.FrontDoorEndpointResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of FrontDoorEndpointResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to