ProfileResource.GetCdnEndpoint(String, 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> GetCdnEndpoint (string endpointName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetCdnEndpoint : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Cdn.CdnEndpointResource>
override this.GetCdnEndpoint : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Cdn.CdnEndpointResource>
Public Overridable Function GetCdnEndpoint (endpointName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of CdnEndpointResource)

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 null.

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

Applies to