Uses of Class
com.azure.resourcemanager.network.models.SessionIds
Packages that use SessionIds
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of SessionIds in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent with parameters of type SessionIdsModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<BastionSessionStateInner> NetworkManagementClient.disconnectActiveSessions(String resourceGroupName, String bastionHostname, SessionIds sessionIds) Returns the list of currently active sessions on the Bastion.com.azure.core.http.rest.PagedIterable<BastionSessionStateInner> NetworkManagementClient.disconnectActiveSessions(String resourceGroupName, String bastionHostname, SessionIds sessionIds, com.azure.core.util.Context context) Returns the list of currently active sessions on the Bastion.com.azure.core.http.rest.PagedFlux<BastionSessionStateInner> NetworkManagementClient.disconnectActiveSessionsAsync(String resourceGroupName, String bastionHostname, SessionIds sessionIds) Returns the list of currently active sessions on the Bastion. -
Uses of SessionIds in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return SessionIdsModifier and TypeMethodDescriptionstatic SessionIdsSessionIds.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SessionIds from the JsonReader.SessionIds.withSessionIds(List<String> sessionIds) Set the sessionIds property: List of session IDs.