Uses of Class
com.azure.resourcemanager.network.fluent.models.BastionActiveSessionInner
-
Packages that use BastionActiveSessionInner 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 BastionActiveSessionInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type BastionActiveSessionInner Modifier and Type Method Description com.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.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type BastionActiveSessionInner Modifier and Type Method Description List<BastionActiveSessionInner>BastionActiveSessionListResult. 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 BastionActiveSessionInner Modifier and Type Method Description BastionActiveSessionListResultBastionActiveSessionListResult. withValue(List<BastionActiveSessionInner> value)Set the value property: List of active sessions on the bastion.
-