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

WebSiteSlotResource.GetSiteSlotDomainOwnershipIdentifier 方法

定义

获取 Web 应用的域所有权标识符的说明。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/domainOwnershipIdentifiers/{domainOwnershipIdentifierName}
  • 操作IdWebApps_GetDomainOwnershipIdentifierSlot
public virtual Azure.Response<Azure.ResourceManager.AppService.SiteSlotDomainOwnershipIdentifierResource> GetSiteSlotDomainOwnershipIdentifier (string domainOwnershipIdentifierName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSiteSlotDomainOwnershipIdentifier : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.SiteSlotDomainOwnershipIdentifierResource>
override this.GetSiteSlotDomainOwnershipIdentifier : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.SiteSlotDomainOwnershipIdentifierResource>
Public Overridable Function GetSiteSlotDomainOwnershipIdentifier (domainOwnershipIdentifierName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SiteSlotDomainOwnershipIdentifierResource)

参数

domainOwnershipIdentifierName
String

域所有权标识符的名称。

cancellationToken
CancellationToken

要使用的取消标记。

返回

例外

domainOwnershipIdentifierName 是一个空字符串,预期为非空。

domainOwnershipIdentifierName 为 null。

适用于