FrontDoorSecretResource.Get(CancellationToken) Method

Definition

Gets an existing Secret within a profile.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to