Class IdentifierProperties
java.lang.Object
com.azure.resourcemanager.appservice.fluent.models.IdentifierProperties
Identifier resource specific properties.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IdentifierProperties
public IdentifierProperties()Creates an instance of IdentifierProperties class.
-
-
Method Details
-
value
Get the value property: String representation of the identity.- Returns:
- the value value.
-
withValue
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.
-