次の方法で共有


SiteDomainOwnershipIdentifierCollection.Get(String, CancellationToken) メソッド

定義

Web アプリのドメイン所有権識別子の取得に関する説明。

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

パラメーター

domainOwnershipIdentifierName
String

ドメイン所有権識別子の名前。

cancellationToken
CancellationToken

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

戻り値

例外

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

domainOwnershipIdentifierName が null です。

適用対象