Class ConnectionUpdateProperties

java.lang.Object
com.azure.resourcemanager.automation.fluent.models.ConnectionUpdateProperties

public final class ConnectionUpdateProperties extends Object
The properties of the update connection operation.
  • Constructor Details

    • ConnectionUpdateProperties

      public ConnectionUpdateProperties()
  • Method Details

    • description

      public String description()
      Get the description property: Gets or sets the description of the connection.
      Returns:
      the description value.
    • withDescription

      public ConnectionUpdateProperties withDescription(String description)
      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

      public Map<String,String> 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.