Class ConnectorInstructionModelBase

java.lang.Object
com.azure.resourcemanager.securityinsights.models.ConnectorInstructionModelBase
Direct Known Subclasses:
InstructionStepsInstructionsItem

public class ConnectorInstructionModelBase extends Object
Instruction step details.
  • Constructor Details

    • ConnectorInstructionModelBase

      public ConnectorInstructionModelBase()
  • Method Details

    • parameters

      public Object parameters()
      Get the parameters property: The parameters for the setting.
      Returns:
      the parameters value.
    • withParameters

      public ConnectorInstructionModelBase withParameters(Object parameters)
      Set the parameters property: The parameters for the setting.
      Parameters:
      parameters - the parameters value to set.
      Returns:
      the ConnectorInstructionModelBase object itself.
    • type

      public SettingType type()
      Get the type property: The kind of the setting.
      Returns:
      the type value.
    • withType

      Set the type property: The kind of the setting.
      Parameters:
      type - the type value to set.
      Returns:
      the ConnectorInstructionModelBase object itself.
    • validate

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