次の方法で共有


ProfileResource.GetFrontDoorSecretAsync(String, CancellationToken) メソッド

定義

プロファイル内の既存のシークレットを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/secrets/{secretName}
  • 操作IdFrontDoorSecrets_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Cdn.FrontDoorSecretResource>> GetFrontDoorSecretAsync (string secretName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetFrontDoorSecretAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Cdn.FrontDoorSecretResource>>
override this.GetFrontDoorSecretAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Cdn.FrontDoorSecretResource>>
Public Overridable Function GetFrontDoorSecretAsync (secretName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of FrontDoorSecretResource))

パラメーター

secretName
String

プロファイルの下にあるシークレットの名前。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

secretName は空の文字列であり、空でないと予想されていました。

secretName が null です。

適用対象