你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AppServiceDomainResource.GetDomainOwnershipIdentifier 方法

定义

获取域所有权标识符的说明

  • 请求路径/subscriptions/{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。

适用于