次の方法で共有


AppServiceDomainResource.GetDomainOwnershipIdentifier メソッド

定義

ドメインの所有権識別子の取得に関する説明

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

パラメーター

name
String

識別子の名前。

cancellationToken
CancellationToken

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

戻り値

例外

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

name が null です。

適用対象