Uses of Class
com.azure.resourcemanager.appcontainers.models.ContainerAppSecret
-
Packages that use ContainerAppSecret Package Description com.azure.resourcemanager.appcontainers.fluent.models Package containing the inner data models for ContainerAppsApiClient.com.azure.resourcemanager.appcontainers.models Package containing the data models for ContainerAppsApiClient. -
-
Uses of ContainerAppSecret in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return types with arguments of type ContainerAppSecret Modifier and Type Method Description List<ContainerAppSecret>
SecretsCollectionInner. value()
Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appcontainers.fluent.models with type arguments of type ContainerAppSecret Modifier and Type Method Description SecretsCollectionInner
SecretsCollectionInner. withValue(List<ContainerAppSecret> value)
Set the value property: Collection of resources. -
Uses of ContainerAppSecret in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type ContainerAppSecret Modifier and Type Method Description List<ContainerAppSecret>
SecretsCollection. value()
Gets the value property: Collection of resources.
-