Share via


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: FrontDoorEndpoints_Get
  • Default Api Version: 2024-02-01
  • 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