Uses of Class
com.azure.resourcemanager.network.fluent.models.BastionSessionStateInner
-
Packages that use BastionSessionStateInner 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 BastionSessionStateInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type BastionSessionStateInner 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 BastionSessionStateInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type BastionSessionStateInner Modifier and Type Method Description List<BastionSessionStateInner>BastionSessionDeleteResult. value()Get the value property: List of sessions with their corresponding state.Method parameters in com.azure.resourcemanager.network.models with type arguments of type BastionSessionStateInner Modifier and Type Method Description BastionSessionDeleteResultBastionSessionDeleteResult. withValue(List<BastionSessionStateInner> value)Set the value property: List of sessions with their corresponding state.
-