Class SecurityTaskParameters

java.lang.Object
com.azure.resourcemanager.security.models.SecurityTaskParameters

public final class SecurityTaskParameters extends Object
Changing set of properties, depending on the task type that is derived from the name field.
  • Constructor Details

    • SecurityTaskParameters

      public SecurityTaskParameters()
  • Method Details

    • name

      public String name()
      Get the name property: Name of the task type.
      Returns:
      the name value.
    • additionalProperties

      public Map<String,Object> additionalProperties()
      Get the additionalProperties property: Changing set of properties, depending on the task type that is derived from the name field.
      Returns:
      the additionalProperties value.
    • withAdditionalProperties

      public SecurityTaskParameters withAdditionalProperties(Map<String,Object> additionalProperties)
      Set the additionalProperties property: Changing set of properties, depending on the task type that is derived from the name field.
      Parameters:
      additionalProperties - the additionalProperties value to set.
      Returns:
      the SecurityTaskParameters object itself.
    • validate

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