Uses of Class
com.azure.resourcemanager.network.models.TrafficSelectorPolicy
Packages that use TrafficSelectorPolicy
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of TrafficSelectorPolicy in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type TrafficSelectorPolicyModifier and TypeMethodDescriptionVirtualNetworkGatewayConnectionInner.trafficSelectorPolicies()Get the trafficSelectorPolicies property: The Traffic Selector Policies to be considered by this connection.VirtualNetworkGatewayConnectionListEntityInner.trafficSelectorPolicies()Get the trafficSelectorPolicies property: The Traffic Selector Policies to be considered by this connection.VirtualNetworkGatewayConnectionListEntityPropertiesFormat.trafficSelectorPolicies()Get the trafficSelectorPolicies property: The Traffic Selector Policies to be considered by this connection.VirtualNetworkGatewayConnectionPropertiesFormatInner.trafficSelectorPolicies()Get the trafficSelectorPolicies property: The Traffic Selector Policies to be considered by this connection.VpnConnectionInner.trafficSelectorPolicies()Get the trafficSelectorPolicies property: The Traffic Selector Policies to be considered by this connection.VpnConnectionProperties.trafficSelectorPolicies()Get the trafficSelectorPolicies property: The Traffic Selector Policies to be considered by this connection.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type TrafficSelectorPolicyModifier and TypeMethodDescriptionVirtualNetworkGatewayConnectionInner.withTrafficSelectorPolicies(List<TrafficSelectorPolicy> trafficSelectorPolicies) Set the trafficSelectorPolicies property: The Traffic Selector Policies to be considered by this connection.VirtualNetworkGatewayConnectionListEntityInner.withTrafficSelectorPolicies(List<TrafficSelectorPolicy> trafficSelectorPolicies) Set the trafficSelectorPolicies property: The Traffic Selector Policies to be considered by this connection.VirtualNetworkGatewayConnectionListEntityPropertiesFormat.withTrafficSelectorPolicies(List<TrafficSelectorPolicy> trafficSelectorPolicies) Set the trafficSelectorPolicies property: The Traffic Selector Policies to be considered by this connection.VirtualNetworkGatewayConnectionPropertiesFormatInner.withTrafficSelectorPolicies(List<TrafficSelectorPolicy> trafficSelectorPolicies) Set the trafficSelectorPolicies property: The Traffic Selector Policies to be considered by this connection.VpnConnectionInner.withTrafficSelectorPolicies(List<TrafficSelectorPolicy> trafficSelectorPolicies) Set the trafficSelectorPolicies property: The Traffic Selector Policies to be considered by this connection.VpnConnectionProperties.withTrafficSelectorPolicies(List<TrafficSelectorPolicy> trafficSelectorPolicies) Set the trafficSelectorPolicies property: The Traffic Selector Policies to be considered by this connection. -
Uses of TrafficSelectorPolicy in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return TrafficSelectorPolicyModifier and TypeMethodDescriptionstatic TrafficSelectorPolicyTrafficSelectorPolicy.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TrafficSelectorPolicy from the JsonReader.TrafficSelectorPolicy.withLocalAddressRanges(List<String> localAddressRanges) Set the localAddressRanges property: A collection of local address spaces in CIDR format.TrafficSelectorPolicy.withRemoteAddressRanges(List<String> remoteAddressRanges) Set the remoteAddressRanges property: A collection of remote address spaces in CIDR format.