Uses of Class
com.azure.resourcemanager.appcontainers.models.SessionNetworkConfiguration
Packages that use SessionNetworkConfiguration
Package
Description
Package containing the inner data models for ContainerAppsApiClient.
Package containing the data models for ContainerAppsApiClient.
-
Uses of SessionNetworkConfiguration in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return SessionNetworkConfigurationModifier and TypeMethodDescriptionSessionPoolInner.sessionNetworkConfiguration()
Get the sessionNetworkConfiguration property: The network configuration of the sessions in the session pool.SessionPoolProperties.sessionNetworkConfiguration()
Get the sessionNetworkConfiguration property: The network configuration of the sessions in the session pool.SessionPoolUpdatablePropertiesProperties.sessionNetworkConfiguration()
Get the sessionNetworkConfiguration property: The network configuration of the sessions in the session pool.Methods in com.azure.resourcemanager.appcontainers.fluent.models with parameters of type SessionNetworkConfigurationModifier and TypeMethodDescriptionSessionPoolInner.withSessionNetworkConfiguration
(SessionNetworkConfiguration sessionNetworkConfiguration) Set the sessionNetworkConfiguration property: The network configuration of the sessions in the session pool.SessionPoolProperties.withSessionNetworkConfiguration
(SessionNetworkConfiguration sessionNetworkConfiguration) Set the sessionNetworkConfiguration property: The network configuration of the sessions in the session pool.SessionPoolUpdatablePropertiesProperties.withSessionNetworkConfiguration
(SessionNetworkConfiguration sessionNetworkConfiguration) Set the sessionNetworkConfiguration property: The network configuration of the sessions in the session pool. -
Uses of SessionNetworkConfiguration in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return SessionNetworkConfigurationModifier and TypeMethodDescriptionstatic SessionNetworkConfiguration
SessionNetworkConfiguration.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of SessionNetworkConfiguration from the JsonReader.SessionPool.sessionNetworkConfiguration()
Gets the sessionNetworkConfiguration property: The network configuration of the sessions in the session pool.SessionPoolUpdatableProperties.sessionNetworkConfiguration()
Get the sessionNetworkConfiguration property: The network configuration of the sessions in the session pool.SessionNetworkConfiguration.withStatus
(SessionNetworkStatus status) Set the status property: Network status for the sessions.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type SessionNetworkConfigurationModifier and TypeMethodDescriptionSessionPool.DefinitionStages.WithSessionNetworkConfiguration.withSessionNetworkConfiguration
(SessionNetworkConfiguration sessionNetworkConfiguration) Specifies the sessionNetworkConfiguration property: The network configuration of the sessions in the session pool..SessionPool.UpdateStages.WithSessionNetworkConfiguration.withSessionNetworkConfiguration
(SessionNetworkConfiguration sessionNetworkConfiguration) Specifies the sessionNetworkConfiguration property: The network configuration of the sessions in the session pool..SessionPoolUpdatableProperties.withSessionNetworkConfiguration
(SessionNetworkConfiguration sessionNetworkConfiguration) Set the sessionNetworkConfiguration property: The network configuration of the sessions in the session pool.