public 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 String ownershipId()
public DomainOwnershipIdentifierInner withOwnershipId(String ownershipId)
ownershipId - the ownershipId value to set.public DomainOwnershipIdentifierInner withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.