Uses of Class
com.azure.resourcemanager.appcontainers.models.SecretVolumeItem
Packages that use SecretVolumeItem
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of SecretVolumeItem in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return SecretVolumeItemModifier and TypeMethodDescriptionstatic SecretVolumeItem
SecretVolumeItem.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of SecretVolumeItem from the JsonReader.Set the path property: Path to project secret to.SecretVolumeItem.withSecretRef
(String secretRef) Set the secretRef property: Name of the Container App secret from which to pull the secret value.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type SecretVolumeItemModifier and TypeMethodDescriptionVolume.secrets()
Get the secrets property: List of secrets to be added in volume.Method parameters in com.azure.resourcemanager.appcontainers.models with type arguments of type SecretVolumeItemModifier and TypeMethodDescriptionVolume.withSecrets
(List<SecretVolumeItem> secrets) Set the secrets property: List of secrets to be added in volume.