Class ContainerAppSecret

java.lang.Object
com.azure.resourcemanager.appservice.models.ContainerAppSecret

public final class ContainerAppSecret extends Object
Container App Secret.
  • Constructor Details

    • ContainerAppSecret

      public ContainerAppSecret()
  • Method Details

    • name

      public String name()
      Get the name property: Secret Name.
      Returns:
      the name value.
    • value

      public String value()
      Get the value property: Secret Value.
      Returns:
      the value value.
    • validate

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