Class DaprSecretsCollectionInner

java.lang.Object
com.azure.resourcemanager.appcontainers.fluent.models.DaprSecretsCollectionInner

public final class DaprSecretsCollectionInner extends Object
Dapr component Secrets Collection for ListSecrets Action.
  • Constructor Details

    • DaprSecretsCollectionInner

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

    • value

      public List<Secret> value()
      Get the value property: Collection of secrets used by a Dapr component.
      Returns:
      the value value.
    • withValue

      public DaprSecretsCollectionInner withValue(List<Secret> value)
      Set the value property: Collection of secrets used by a Dapr component.
      Parameters:
      value - the value value to set.
      Returns:
      the DaprSecretsCollectionInner object itself.
    • validate

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