Uses of Class
com.azure.resourcemanager.appcontainers.models.SessionPoolSecret
Packages that use SessionPoolSecret
Package
Description
Package containing the inner data models for ContainerAppsApiClient.
Package containing the data models for ContainerAppsApiClient.
-
Uses of SessionPoolSecret in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return types with arguments of type SessionPoolSecretModifier and TypeMethodDescriptionSessionPoolInner.secrets()
Get the secrets property: The secrets of the session pool.SessionPoolProperties.secrets()
Get the secrets property: The secrets of the session pool.SessionPoolUpdatablePropertiesProperties.secrets()
Get the secrets property: The secrets of the session pool.Method parameters in com.azure.resourcemanager.appcontainers.fluent.models with type arguments of type SessionPoolSecretModifier and TypeMethodDescriptionSessionPoolInner.withSecrets
(List<SessionPoolSecret> secrets) Set the secrets property: The secrets of the session pool.SessionPoolProperties.withSecrets
(List<SessionPoolSecret> secrets) Set the secrets property: The secrets of the session pool.SessionPoolUpdatablePropertiesProperties.withSecrets
(List<SessionPoolSecret> secrets) Set the secrets property: The secrets of the session pool. -
Uses of SessionPoolSecret in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return SessionPoolSecretModifier and TypeMethodDescriptionstatic SessionPoolSecret
SessionPoolSecret.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of SessionPoolSecret from the JsonReader.Set the name property: Secret Name.Set the value property: Secret Value.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type SessionPoolSecretModifier and TypeMethodDescriptionSessionPool.secrets()
Gets the secrets property: The secrets of the session pool.SessionPoolUpdatableProperties.secrets()
Get the secrets property: The secrets of the session pool.Method parameters in com.azure.resourcemanager.appcontainers.models with type arguments of type SessionPoolSecretModifier and TypeMethodDescriptionSessionPool.DefinitionStages.WithSecrets.withSecrets
(List<SessionPoolSecret> secrets) Specifies the secrets property: The secrets of the session pool..SessionPool.UpdateStages.WithSecrets.withSecrets
(List<SessionPoolSecret> secrets) Specifies the secrets property: The secrets of the session pool..SessionPoolUpdatableProperties.withSecrets
(List<SessionPoolSecret> secrets) Set the secrets property: The secrets of the session pool.