Uses of Class
com.azure.resourcemanager.appcontainers.fluent.models.SessionPoolInner
Packages that use SessionPoolInner
Package
Description
Package containing the service clients for ContainerAppsApiClient.
Package containing the inner data models for ContainerAppsApiClient.
Package containing the data models for ContainerAppsApiClient.
-
Uses of SessionPoolInner in com.azure.resourcemanager.appcontainers.fluent
Methods in com.azure.resourcemanager.appcontainers.fluent that return SessionPoolInnerModifier and TypeMethodDescriptionContainerAppsSessionPoolsClient.createOrUpdate
(String resourceGroupName, String sessionPoolName, SessionPoolInner sessionPoolEnvelope) Create or update a session pool.ContainerAppsSessionPoolsClient.createOrUpdate
(String resourceGroupName, String sessionPoolName, SessionPoolInner sessionPoolEnvelope, com.azure.core.util.Context context) Create or update a session pool.ContainerAppsSessionPoolsClient.getByResourceGroup
(String resourceGroupName, String sessionPoolName) Get the properties of a session pool.ContainerAppsSessionPoolsClient.update
(String resourceGroupName, String sessionPoolName, SessionPoolUpdatableProperties sessionPoolEnvelope) Update properties of a session pool Patches a session pool using JSON merge patch.ContainerAppsSessionPoolsClient.update
(String resourceGroupName, String sessionPoolName, SessionPoolUpdatableProperties sessionPoolEnvelope, com.azure.core.util.Context context) Update properties of a session pool Patches a session pool using JSON merge patch.Methods in com.azure.resourcemanager.appcontainers.fluent that return types with arguments of type SessionPoolInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<SessionPoolInner>, SessionPoolInner> ContainerAppsSessionPoolsClient.beginCreateOrUpdate
(String resourceGroupName, String sessionPoolName, SessionPoolInner sessionPoolEnvelope) Create or update a session pool.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<SessionPoolInner>, SessionPoolInner> ContainerAppsSessionPoolsClient.beginCreateOrUpdate
(String resourceGroupName, String sessionPoolName, SessionPoolInner sessionPoolEnvelope) Create or update a session pool.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<SessionPoolInner>, SessionPoolInner> ContainerAppsSessionPoolsClient.beginCreateOrUpdate
(String resourceGroupName, String sessionPoolName, SessionPoolInner sessionPoolEnvelope, com.azure.core.util.Context context) Create or update a session pool.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<SessionPoolInner>, SessionPoolInner> ContainerAppsSessionPoolsClient.beginCreateOrUpdate
(String resourceGroupName, String sessionPoolName, SessionPoolInner sessionPoolEnvelope, com.azure.core.util.Context context) Create or update a session pool.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<SessionPoolInner>, SessionPoolInner> ContainerAppsSessionPoolsClient.beginUpdate
(String resourceGroupName, String sessionPoolName, SessionPoolUpdatableProperties sessionPoolEnvelope) Update properties of a session pool Patches a session pool using JSON merge patch.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<SessionPoolInner>, SessionPoolInner> ContainerAppsSessionPoolsClient.beginUpdate
(String resourceGroupName, String sessionPoolName, SessionPoolUpdatableProperties sessionPoolEnvelope) Update properties of a session pool Patches a session pool using JSON merge patch.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<SessionPoolInner>, SessionPoolInner> ContainerAppsSessionPoolsClient.beginUpdate
(String resourceGroupName, String sessionPoolName, SessionPoolUpdatableProperties sessionPoolEnvelope, com.azure.core.util.Context context) Update properties of a session pool Patches a session pool using JSON merge patch.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<SessionPoolInner>, SessionPoolInner> ContainerAppsSessionPoolsClient.beginUpdate
(String resourceGroupName, String sessionPoolName, SessionPoolUpdatableProperties sessionPoolEnvelope, com.azure.core.util.Context context) Update properties of a session pool Patches a session pool using JSON merge patch.com.azure.core.http.rest.Response
<SessionPoolInner> ContainerAppsSessionPoolsClient.getByResourceGroupWithResponse
(String resourceGroupName, String sessionPoolName, com.azure.core.util.Context context) Get the properties of a session pool.com.azure.core.http.rest.PagedIterable
<SessionPoolInner> ContainerAppsSessionPoolsClient.list()
Get the session pools in a given subscription.com.azure.core.http.rest.PagedIterable
<SessionPoolInner> ContainerAppsSessionPoolsClient.list
(com.azure.core.util.Context context) Get the session pools in a given subscription.com.azure.core.http.rest.PagedIterable
<SessionPoolInner> ContainerAppsSessionPoolsClient.listByResourceGroup
(String resourceGroupName) Get the session pools in a given resource group of a subscription.com.azure.core.http.rest.PagedIterable
<SessionPoolInner> ContainerAppsSessionPoolsClient.listByResourceGroup
(String resourceGroupName, com.azure.core.util.Context context) Get the session pools in a given resource group of a subscription.Methods in com.azure.resourcemanager.appcontainers.fluent with parameters of type SessionPoolInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<SessionPoolInner>, SessionPoolInner> ContainerAppsSessionPoolsClient.beginCreateOrUpdate
(String resourceGroupName, String sessionPoolName, SessionPoolInner sessionPoolEnvelope) Create or update a session pool.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<SessionPoolInner>, SessionPoolInner> ContainerAppsSessionPoolsClient.beginCreateOrUpdate
(String resourceGroupName, String sessionPoolName, SessionPoolInner sessionPoolEnvelope, com.azure.core.util.Context context) Create or update a session pool.ContainerAppsSessionPoolsClient.createOrUpdate
(String resourceGroupName, String sessionPoolName, SessionPoolInner sessionPoolEnvelope) Create or update a session pool.ContainerAppsSessionPoolsClient.createOrUpdate
(String resourceGroupName, String sessionPoolName, SessionPoolInner sessionPoolEnvelope, com.azure.core.util.Context context) Create or update a session pool. -
Uses of SessionPoolInner in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return SessionPoolInnerModifier and TypeMethodDescriptionstatic SessionPoolInner
SessionPoolInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of SessionPoolInner from the JsonReader.SessionPoolInner.withContainerType
(ContainerType containerType) Set the containerType property: The container type of the sessions.SessionPoolInner.withCustomContainerTemplate
(CustomContainerTemplate customContainerTemplate) Set the customContainerTemplate property: The custom container configuration if the containerType is CustomContainer.SessionPoolInner.withDynamicPoolConfiguration
(DynamicPoolConfiguration dynamicPoolConfiguration) Set the dynamicPoolConfiguration property: The pool configuration if the poolManagementType is dynamic.SessionPoolInner.withEnvironmentId
(String environmentId) Set the environmentId property: Resource ID of the session pool's environment.SessionPoolInner.withIdentity
(ManagedServiceIdentity identity) Set the identity property: Managed identities needed by a session pool to interact with other Azure services to not maintain any secrets or credentials in code.SessionPoolInner.withLocation
(String location) SessionPoolInner.withManagedIdentitySettings
(List<ManagedIdentitySetting> managedIdentitySettings) Set the managedIdentitySettings property: Optional settings for a Managed Identity that is assigned to the Session pool.SessionPoolInner.withPoolManagementType
(PoolManagementType poolManagementType) Set the poolManagementType property: The pool management type of the session pool.SessionPoolInner.withScaleConfiguration
(ScaleConfiguration scaleConfiguration) Set the scaleConfiguration property: The scale configuration of the session pool.SessionPoolInner.withSecrets
(List<SessionPoolSecret> secrets) Set the secrets property: The secrets of the session pool.SessionPoolInner.withSessionNetworkConfiguration
(SessionNetworkConfiguration sessionNetworkConfiguration) Set the sessionNetworkConfiguration property: The network configuration of the sessions in the session pool. -
Uses of SessionPoolInner in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return SessionPoolInnerModifier and TypeMethodDescriptionSessionPool.innerModel()
Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.SessionPoolInner object.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type SessionPoolInnerModifier and TypeMethodDescriptionSessionPoolCollection.value()
Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appcontainers.models with type arguments of type SessionPoolInnerModifier and TypeMethodDescriptionSessionPoolCollection.withValue
(List<SessionPoolInner> value) Set the value property: Collection of resources.