Uses of Class
com.azure.resourcemanager.network.fluent.models.BastionSessionStateInner
Packages that use BastionSessionStateInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
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 BastionSessionStateInnerModifier 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 BastionSessionStateInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return BastionSessionStateInnerModifier and TypeMethodDescriptionstatic BastionSessionStateInnerBastionSessionStateInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BastionSessionStateInner from the JsonReader. -
Uses of BastionSessionStateInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type BastionSessionStateInnerModifier and TypeMethodDescriptionBastionSessionDeleteResult.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 BastionSessionStateInnerModifier and TypeMethodDescriptionBastionSessionDeleteResult.withValue(List<BastionSessionStateInner> value) Set the value property: List of sessions with their corresponding state.