Uses of Class
com.azure.resourcemanager.network.models.SessionIds
-
Packages that use SessionIds Package Description com.azure.resourcemanager.network.fluent Package containing the service clients for NetworkManagementClient.com.azure.resourcemanager.network.models 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 SessionIds Modifier and Type Method Description com.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 SessionIds Modifier and Type Method Description SessionIdsSessionIds. withSessionIds(List<String> sessionIds)Set the sessionIds property: List of session IDs.
-