Class KeyValuePairStringObject
java.lang.Object
com.azure.resourcemanager.appservice.models.KeyValuePairStringObject
The KeyValuePairStringObject model.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of KeyValuePairStringObject class. -
Method Summary
-
Constructor Details
-
KeyValuePairStringObject
public KeyValuePairStringObject()Creates an instance of KeyValuePairStringObject class.
-
-
Method Details
-
key
Get the key property: The key property.- Returns:
- the key value.
-
value
Get the value property: Any object.- Returns:
- the value value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-