Class DomainOwnershipIdentifierInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.appservice.models.ProxyOnlyResource
com.azure.resourcemanager.appservice.fluent.models.DomainOwnershipIdentifierInner
Domain ownership Identifier.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of DomainOwnershipIdentifierInner class. -
Method Summary
Modifier and TypeMethodDescriptionGet the ownershipId property: Ownership Id.voidvalidate()Validates the instance.Set the kind property: Kind of resource.withOwnershipId(String ownershipId) Set the ownershipId property: Ownership Id.Methods inherited from class com.azure.resourcemanager.appservice.models.ProxyOnlyResource
kindMethods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
DomainOwnershipIdentifierInner
public DomainOwnershipIdentifierInner()Creates an instance of DomainOwnershipIdentifierInner class.
-
-
Method Details
-
withKind
Set the kind property: Kind of resource.- Overrides:
withKindin classProxyOnlyResource- Parameters:
kind- the kind value to set.- Returns:
- the ProxyOnlyResource object itself.
-
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 DomainOwnershipIdentifierInner object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classProxyOnlyResource- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-