Uses of Class
com.azure.resourcemanager.network.models.SingleQueryResultDirection
-
Packages that use SingleQueryResultDirection Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of SingleQueryResultDirection in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as SingleQueryResultDirection Modifier and Type Field Description static SingleQueryResultDirectionSingleQueryResultDirection. ONEStatic value 1 for SingleQueryResultDirection.static SingleQueryResultDirectionSingleQueryResultDirection. TWOStatic value 2 for SingleQueryResultDirection.static SingleQueryResultDirectionSingleQueryResultDirection. ZEROStatic value 0 for SingleQueryResultDirection.Methods in com.azure.resourcemanager.network.models that return SingleQueryResultDirection Modifier and Type Method Description SingleQueryResultDirectionSingleQueryResult. direction()Get the direction property: Describes in which direction signature is being enforced: 0 - Inbound, 1 - OutBound, 2 - Bidirectional.static SingleQueryResultDirectionSingleQueryResultDirection. fromInt(int name)Creates or finds a SingleQueryResultDirection from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type SingleQueryResultDirection Modifier and Type Method Description static Collection<SingleQueryResultDirection>SingleQueryResultDirection. values()Methods in com.azure.resourcemanager.network.models with parameters of type SingleQueryResultDirection Modifier and Type Method Description SingleQueryResultSingleQueryResult. withDirection(SingleQueryResultDirection direction)Set the direction property: Describes in which direction signature is being enforced: 0 - Inbound, 1 - OutBound, 2 - Bidirectional.
-