Class ConnectionTypeCreateOrUpdateProperties

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

public final class ConnectionTypeCreateOrUpdateProperties extends Object
The properties of the create connection type.
  • Constructor Details

    • ConnectionTypeCreateOrUpdateProperties

      public ConnectionTypeCreateOrUpdateProperties()
  • Method Details

    • isGlobal

      public Boolean isGlobal()
      Get the isGlobal property: Gets or sets a Boolean value to indicate if the connection type is global.
      Returns:
      the isGlobal value.
    • withIsGlobal

      public ConnectionTypeCreateOrUpdateProperties withIsGlobal(Boolean isGlobal)
      Set the isGlobal property: Gets or sets a Boolean value to indicate if the connection type is global.
      Parameters:
      isGlobal - the isGlobal value to set.
      Returns:
      the ConnectionTypeCreateOrUpdateProperties object itself.
    • fieldDefinitions

      public Map<String,FieldDefinition> fieldDefinitions()
      Get the fieldDefinitions property: Gets or sets the field definitions of the connection type.
      Returns:
      the fieldDefinitions value.
    • withFieldDefinitions

      public ConnectionTypeCreateOrUpdateProperties withFieldDefinitions(Map<String,FieldDefinition> fieldDefinitions)
      Set the fieldDefinitions property: Gets or sets the field definitions of the connection type.
      Parameters:
      fieldDefinitions - the fieldDefinitions value to set.
      Returns:
      the ConnectionTypeCreateOrUpdateProperties object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.