Class ControllerUpdateParametersProperties

java.lang.Object
com.azure.resourcemanager.devspaces.fluent.models.ControllerUpdateParametersProperties

public final class ControllerUpdateParametersProperties extends Object
The ControllerUpdateParametersProperties model.
  • Constructor Details

    • ControllerUpdateParametersProperties

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

    • targetContainerHostCredentialsBase64

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

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

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