Class ControllerUpdateParameters

java.lang.Object
com.azure.resourcemanager.devspaces.models.ControllerUpdateParameters

public final class ControllerUpdateParameters extends Object
Parameters for updating an Azure Dev Spaces Controller.
  • Constructor Details

    • ControllerUpdateParameters

      public ControllerUpdateParameters()
      Creates an instance of ControllerUpdateParameters class.
  • Method Details

    • tags

      public Map<String,String> tags()
      Get the tags property: Tags for the Azure Dev Spaces Controller.
      Returns:
      the tags value.
    • withTags

      public ControllerUpdateParameters withTags(Map<String,String> tags)
      Set the tags property: Tags for the Azure Dev Spaces Controller.
      Parameters:
      tags - the tags value to set.
      Returns:
      the ControllerUpdateParameters object itself.
    • targetContainerHostCredentialsBase64

      public String targetContainerHostCredentialsBase64()
      Get the targetContainerHostCredentialsBase64 property: Credentials of the target container host (base64).
      Returns:
      the targetContainerHostCredentialsBase64 value.
    • withTargetContainerHostCredentialsBase64

      public ControllerUpdateParameters withTargetContainerHostCredentialsBase64(String targetContainerHostCredentialsBase64)
      Set the targetContainerHostCredentialsBase64 property: Credentials of the target container host (base64).
      Parameters:
      targetContainerHostCredentialsBase64 - the targetContainerHostCredentialsBase64 value to set.
      Returns:
      the ControllerUpdateParameters object itself.
    • validate

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