Class IdentifierProperties
- java.lang.Object
-
- com.azure.resourcemanager.appservice.fluent.models.IdentifierProperties
-
public final class IdentifierProperties extends Object
Identifier resource specific properties.
-
-
Constructor Summary
Constructors Constructor Description IdentifierProperties()
-
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.IdentifierPropertieswithValue(String value)Set the value property: String representation of the identity.
-
-
-
Method Detail
-
value
public String value()
Get the value property: String representation of the identity.- Returns:
- the value value.
-
withValue
public IdentifierProperties withValue(String value)
Set the value property: String representation of the identity.- Parameters:
value- the value value to set.- Returns:
- the IdentifierProperties object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-