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

ApiManagementServiceGetDomainOwnershipIdentifierResult 构造函数

定义

重载

ApiManagementServiceGetDomainOwnershipIdentifierResult()

初始化 ApiManagementServiceGetDomainOwnershipIdentifierResult 类的新实例。

ApiManagementServiceGetDomainOwnershipIdentifierResult(String)

初始化 ApiManagementServiceGetDomainOwnershipIdentifierResult 类的新实例。

ApiManagementServiceGetDomainOwnershipIdentifierResult()

初始化 ApiManagementServiceGetDomainOwnershipIdentifierResult 类的新实例。

public ApiManagementServiceGetDomainOwnershipIdentifierResult ();
Public Sub New ()

适用于

ApiManagementServiceGetDomainOwnershipIdentifierResult(String)

初始化 ApiManagementServiceGetDomainOwnershipIdentifierResult 类的新实例。

public ApiManagementServiceGetDomainOwnershipIdentifierResult (string domainOwnershipIdentifier = default);
new Microsoft.Azure.Management.ApiManagement.Models.ApiManagementServiceGetDomainOwnershipIdentifierResult : string -> Microsoft.Azure.Management.ApiManagement.Models.ApiManagementServiceGetDomainOwnershipIdentifierResult
Public Sub New (Optional domainOwnershipIdentifier As String = Nothing)

参数

domainOwnershipIdentifier
String

域所有权标识符值。

适用于