Class DomainOwnershipIdentifierProperties
- java.lang.Object
-
- com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierProperties
-
public final class DomainOwnershipIdentifierProperties extends Object
DomainOwnershipIdentifier resource specific properties.
-
-
Constructor Summary
Constructors Constructor Description DomainOwnershipIdentifierProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringownershipId()Get the ownershipId property: Ownership Id.voidvalidate()Validates the instance.DomainOwnershipIdentifierPropertieswithOwnershipId(String ownershipId)Set the ownershipId property: Ownership Id.
-
-
-
Method Detail
-
ownershipId
public String ownershipId()
Get the ownershipId property: Ownership Id.- Returns:
- the ownershipId value.
-
withOwnershipId
public DomainOwnershipIdentifierProperties withOwnershipId(String ownershipId)
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.
-
-