ApiManagementServiceGetDomainOwnershipIdentifierResult Constructors

Definition

Overloads

ApiManagementServiceGetDomainOwnershipIdentifierResult()

Initializes a new instance of the ApiManagementServiceGetDomainOwnershipIdentifierResult class.

ApiManagementServiceGetDomainOwnershipIdentifierResult(String)

Initializes a new instance of the ApiManagementServiceGetDomainOwnershipIdentifierResult class.

ApiManagementServiceGetDomainOwnershipIdentifierResult()

Initializes a new instance of the ApiManagementServiceGetDomainOwnershipIdentifierResult class.

public ApiManagementServiceGetDomainOwnershipIdentifierResult ();
Public Sub New ()

Applies to

ApiManagementServiceGetDomainOwnershipIdentifierResult(String)

Initializes a new instance of the ApiManagementServiceGetDomainOwnershipIdentifierResult class.

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)

Parameters

domainOwnershipIdentifier
String

The domain ownership identifier value.

Applies to