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 SessionNetworkStatusSessionNetworkStatus.EGRESS_DISABLEDStatic value EgressDisabled for SessionNetworkStatus.static final SessionNetworkStatusSessionNetworkStatus.EGRESS_ENABLEDStatic value EgressEnabled for SessionNetworkStatus.Methods in com.azure.resourcemanager.appcontainers.models that return SessionNetworkStatusModifier and TypeMethodDescriptionstatic SessionNetworkStatusSessionNetworkStatus.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.