public final class DomainOwnershipIdentifierInner extends ProxyOnlyResource
| Constructor and Description |
|---|
DomainOwnershipIdentifierInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
ownershipId()
Get the ownershipId property: Ownership Id.
|
void |
validate()
Validates the instance.
|
DomainOwnershipIdentifierInner |
withKind(String kind)
Set the kind property: Kind of resource.
|
DomainOwnershipIdentifierInner |
withOwnershipId(String ownershipId)
Set the ownershipId property: Ownership Id.
|
kindpublic DomainOwnershipIdentifierInner withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public String ownershipId()
public DomainOwnershipIdentifierInner withOwnershipId(String ownershipId)
ownershipId - the ownershipId value to set.public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.