次の方法で共有


StaticSiteResource.GetStaticSiteCustomDomainOverviewAsync メソッド

定義

[説明] 特定の静的サイトの既存のカスタム ドメインを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/customDomains/{domainName}
  • 操作IdStaticSites_GetStaticSiteCustomDomain
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.StaticSiteCustomDomainOverviewResource>> GetStaticSiteCustomDomainOverviewAsync (string domainName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetStaticSiteCustomDomainOverviewAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.StaticSiteCustomDomainOverviewResource>>
override this.GetStaticSiteCustomDomainOverviewAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.StaticSiteCustomDomainOverviewResource>>
Public Overridable Function GetStaticSiteCustomDomainOverviewAsync (domainName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of StaticSiteCustomDomainOverviewResource))

パラメーター

domainName
String

カスタム ドメイン名。

cancellationToken
CancellationToken

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

戻り値

例外

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

domainName が null です。

適用対象