Class IdentifierInner
- java.lang.Object
-
- com.azure.core.management.ProxyResource
-
- com.azure.resourcemanager.appservice.models.ProxyOnlyResource
-
- com.azure.resourcemanager.appservice.fluent.models.IdentifierInner
-
public final class IdentifierInner extends ProxyOnlyResource
A domain specific resource identifier.
-
-
Constructor Summary
Constructors Constructor Description IdentifierInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.Stringvalue()Get the value property: String representation of the identity.IdentifierInnerwithKind(String kind)Set the kind property: Kind of resource.IdentifierInnerwithValue(String value)Set the value property: String representation of the identity.-
Methods inherited from class com.azure.resourcemanager.appservice.models.ProxyOnlyResource
kind
-
-
-
-
Method Detail
-
withKind
public IdentifierInner withKind(String kind)
Set the kind property: Kind of resource.- Overrides:
withKindin classProxyOnlyResource- Parameters:
kind- the kind value to set.- Returns:
- the ProxyOnlyResource object itself.
-
value
public String value()
Get the value property: String representation of the identity.- Returns:
- the value value.
-
withValue
public IdentifierInner withValue(String value)
Set the value property: String representation of the identity.- Parameters:
value- the value value to set.- Returns:
- the IdentifierInner object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validatein classProxyOnlyResource- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-