Sdílet prostřednictvím


CdnEndpointResource.Get(CancellationToken) Method

Definition

Gets an existing CDN 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}/endpoints/{endpointName}
  • Operation Id: CdnEndpoints_Get
  • Default Api Version: 2024-02-01
  • Resource: CdnEndpointResource
public virtual Azure.Response<Azure.ResourceManager.Cdn.CdnEndpointResource> Get (System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Cdn.CdnEndpointResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Cdn.CdnEndpointResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of CdnEndpointResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to