Class DomainOwnershipIdentifierProperties
java.lang.Object
com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierProperties
DomainOwnershipIdentifier resource specific properties.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of DomainOwnershipIdentifierProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the ownershipId property: Ownership Id.voidvalidate()Validates the instance.withOwnershipId(String ownershipId) Set the ownershipId property: Ownership Id.
-
Constructor Details
-
DomainOwnershipIdentifierProperties
public DomainOwnershipIdentifierProperties()Creates an instance of DomainOwnershipIdentifierProperties class.
-
-
Method Details
-
ownershipId
Get the ownershipId property: Ownership Id.- Returns:
- the ownershipId value.
-
withOwnershipId
Set the ownershipId property: Ownership Id.- Parameters:
ownershipId- the ownershipId value to set.- Returns:
- the DomainOwnershipIdentifierProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-