Uses of Class
com.azure.resourcemanager.network.models.TrafficSelectorPolicy
-
Packages that use TrafficSelectorPolicy Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 TrafficSelectorPolicy Modifier and Type Method Description List<TrafficSelectorPolicy>VirtualNetworkGatewayConnectionInner. trafficSelectorPolicies()Get the trafficSelectorPolicies property: The Traffic Selector Policies to be considered by this connection.List<TrafficSelectorPolicy>VirtualNetworkGatewayConnectionListEntityInner. trafficSelectorPolicies()Get the trafficSelectorPolicies property: The Traffic Selector Policies to be considered by this connection.List<TrafficSelectorPolicy>VirtualNetworkGatewayConnectionListEntityPropertiesFormat. trafficSelectorPolicies()Get the trafficSelectorPolicies property: The Traffic Selector Policies to be considered by this connection.List<TrafficSelectorPolicy>VirtualNetworkGatewayConnectionPropertiesFormatInner. trafficSelectorPolicies()Get the trafficSelectorPolicies property: The Traffic Selector Policies to be considered by this connection.List<TrafficSelectorPolicy>VpnConnectionInner. trafficSelectorPolicies()Get the trafficSelectorPolicies property: The Traffic Selector Policies to be considered by this connection.List<TrafficSelectorPolicy>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 TrafficSelectorPolicy Modifier and Type Method Description VirtualNetworkGatewayConnectionInnerVirtualNetworkGatewayConnectionInner. withTrafficSelectorPolicies(List<TrafficSelectorPolicy> trafficSelectorPolicies)Set the trafficSelectorPolicies property: The Traffic Selector Policies to be considered by this connection.VirtualNetworkGatewayConnectionListEntityInnerVirtualNetworkGatewayConnectionListEntityInner. withTrafficSelectorPolicies(List<TrafficSelectorPolicy> trafficSelectorPolicies)Set the trafficSelectorPolicies property: The Traffic Selector Policies to be considered by this connection.VirtualNetworkGatewayConnectionListEntityPropertiesFormatVirtualNetworkGatewayConnectionListEntityPropertiesFormat. withTrafficSelectorPolicies(List<TrafficSelectorPolicy> trafficSelectorPolicies)Set the trafficSelectorPolicies property: The Traffic Selector Policies to be considered by this connection.VirtualNetworkGatewayConnectionPropertiesFormatInnerVirtualNetworkGatewayConnectionPropertiesFormatInner. withTrafficSelectorPolicies(List<TrafficSelectorPolicy> trafficSelectorPolicies)Set the trafficSelectorPolicies property: The Traffic Selector Policies to be considered by this connection.VpnConnectionInnerVpnConnectionInner. withTrafficSelectorPolicies(List<TrafficSelectorPolicy> trafficSelectorPolicies)Set the trafficSelectorPolicies property: The Traffic Selector Policies to be considered by this connection.VpnConnectionPropertiesVpnConnectionProperties. 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 TrafficSelectorPolicy Modifier and Type Method Description TrafficSelectorPolicyTrafficSelectorPolicy. withLocalAddressRanges(List<String> localAddressRanges)Set the localAddressRanges property: A collection of local address spaces in CIDR format.TrafficSelectorPolicyTrafficSelectorPolicy. withRemoteAddressRanges(List<String> remoteAddressRanges)Set the remoteAddressRanges property: A collection of remote address spaces in CIDR format.
-