次の方法で共有


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

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

適用対象