Class UserProperty
java.lang.Object
com.azure.resourcemanager.datafactory.models.UserProperty
User property.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
UserProperty
public UserProperty()Creates an instance of UserProperty class.
-
-
Method Details
-
name
Get the name property: User property name.- Returns:
- the name value.
-
withName
Set the name property: User property name.- Parameters:
name
- the name value to set.- Returns:
- the UserProperty object itself.
-
value
Get the value property: User property value. Type: string (or Expression with resultType string).- Returns:
- the value value.
-
withValue
Set the value property: User property value. Type: string (or Expression with resultType string).- Parameters:
value
- the value value to set.- Returns:
- the UserProperty object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-