Uses of Class
com.azure.resourcemanager.network.models.BastionActiveSessionListResult
-
Packages that use BastionActiveSessionListResult Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of BastionActiveSessionListResult in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return BastionActiveSessionListResult Modifier and Type Method Description BastionActiveSessionListResultBastionActiveSessionListResult. withNextLink(String nextLink)Set the nextLink property: The URL to get the next set of results.BastionActiveSessionListResultBastionActiveSessionListResult. withValue(List<BastionActiveSessionInner> value)Set the value property: List of active sessions on the bastion.
-