Class ConnectionUpdateProperties
java.lang.Object
com.azure.resourcemanager.automation.fluent.models.ConnectionUpdateProperties
The properties of the update connection operation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the description property: Gets or sets the description of the connection.Get the fieldDefinitionValues property: Gets or sets the field definition values of the connection.void
validate()
Validates the instance.withDescription
(String description) Set the description property: Gets or sets the description of the connection.withFieldDefinitionValues
(Map<String, String> fieldDefinitionValues) Set the fieldDefinitionValues property: Gets or sets the field definition values of the connection.
-
Constructor Details
-
ConnectionUpdateProperties
public ConnectionUpdateProperties()
-
-
Method Details
-
description
Get the description property: Gets or sets the description of the connection.- Returns:
- the description value.
-
withDescription
Set the description property: Gets or sets the description of the connection.- Parameters:
description
- the description value to set.- Returns:
- the ConnectionUpdateProperties object itself.
-
fieldDefinitionValues
Get the fieldDefinitionValues property: Gets or sets the field definition values of the connection.- Returns:
- the fieldDefinitionValues value.
-
withFieldDefinitionValues
public ConnectionUpdateProperties withFieldDefinitionValues(Map<String, String> fieldDefinitionValues) Set the fieldDefinitionValues property: Gets or sets the field definition values of the connection.- Parameters:
fieldDefinitionValues
- the fieldDefinitionValues value to set.- Returns:
- the ConnectionUpdateProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-