Uses of Class
com.azure.resourcemanager.network.fluent.models.BastionActiveSessionInner
Packages that use BastionActiveSessionInner
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 BastionActiveSessionInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type BastionActiveSessionInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<BastionActiveSessionInner> NetworkManagementClient.getActiveSessions(String resourceGroupName, String bastionHostname) Returns the list of currently active sessions on the Bastion.com.azure.core.http.rest.PagedIterable<BastionActiveSessionInner> NetworkManagementClient.getActiveSessions(String resourceGroupName, String bastionHostname, com.azure.core.util.Context context) Returns the list of currently active sessions on the Bastion.com.azure.core.http.rest.PagedFlux<BastionActiveSessionInner> NetworkManagementClient.getActiveSessionsAsync(String resourceGroupName, String bastionHostname) Returns the list of currently active sessions on the Bastion. -
Uses of BastionActiveSessionInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return BastionActiveSessionInnerModifier and TypeMethodDescriptionstatic BastionActiveSessionInnerBastionActiveSessionInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BastionActiveSessionInner from the JsonReader. -
Uses of BastionActiveSessionInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type BastionActiveSessionInnerModifier and TypeMethodDescriptionBastionActiveSessionListResult.value()Get the value property: List of active sessions on the bastion.Method parameters in com.azure.resourcemanager.network.models with type arguments of type BastionActiveSessionInnerModifier and TypeMethodDescriptionBastionActiveSessionListResult.withValue(List<BastionActiveSessionInner> value) Set the value property: List of active sessions on the bastion.