ApiManagementServiceGetDomainOwnershipIdentifierResult Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET