Uses of Class
com.azure.resourcemanager.appcontainers.models.SessionNetworkStatus
Packages that use SessionNetworkStatus
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of SessionNetworkStatus in com.azure.resourcemanager.appcontainers.models
Fields in com.azure.resourcemanager.appcontainers.models declared as SessionNetworkStatusModifier and TypeFieldDescriptionstatic final SessionNetworkStatus
SessionNetworkStatus.EGRESS_DISABLED
Static value EgressDisabled for SessionNetworkStatus.static final SessionNetworkStatus
SessionNetworkStatus.EGRESS_ENABLED
Static value EgressEnabled for SessionNetworkStatus.Methods in com.azure.resourcemanager.appcontainers.models that return SessionNetworkStatusModifier and TypeMethodDescriptionstatic SessionNetworkStatus
SessionNetworkStatus.fromString
(String name) Creates or finds a SessionNetworkStatus from its string representation.SessionNetworkConfiguration.status()
Get the status property: Network status for the sessions.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type SessionNetworkStatusModifier and TypeMethodDescriptionstatic Collection
<SessionNetworkStatus> SessionNetworkStatus.values()
Gets known SessionNetworkStatus values.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type SessionNetworkStatusModifier and TypeMethodDescriptionSessionNetworkConfiguration.withStatus
(SessionNetworkStatus status) Set the status property: Network status for the sessions.