Class Name
java.lang.Object
com.azure.resourcemanager.sql.models.Name
ARM Usage Name.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the localizedValue property: Usage name localized value.voidvalidate()Validates the instance.value()Get the value property: Usage name value.withLocalizedValue(String localizedValue) Set the localizedValue property: Usage name localized value.Set the value property: Usage name value.
-
Constructor Details
-
Name
public Name()Creates an instance of Name class.
-
-
Method Details
-
value
Get the value property: Usage name value.- Returns:
- the value value.
-
withValue
Set the value property: Usage name value.- Parameters:
value- the value value to set.- Returns:
- the Name object itself.
-
localizedValue
Get the localizedValue property: Usage name localized value.- Returns:
- the localizedValue value.
-
withLocalizedValue
Set the localizedValue property: Usage name localized value.- Parameters:
localizedValue- the localizedValue value to set.- Returns:
- the Name object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-