Uses of Class
com.azure.resourcemanager.network.fluent.models.P2SConnectionConfigurationProperties
-
Packages that use P2SConnectionConfigurationProperties Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient. -
-
Uses of P2SConnectionConfigurationProperties in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return P2SConnectionConfigurationProperties Modifier and Type Method Description P2SConnectionConfigurationPropertiesP2SConnectionConfigurationProperties. withEnableInternetSecurity(Boolean enableInternetSecurity)Set the enableInternetSecurity property: Flag indicating whether the enable internet security flag is turned on for the P2S Connections or not.P2SConnectionConfigurationPropertiesP2SConnectionConfigurationProperties. withRoutingConfiguration(RoutingConfiguration routingConfiguration)Set the routingConfiguration property: The Routing Configuration indicating the associated and propagated route tables on this connection.P2SConnectionConfigurationPropertiesP2SConnectionConfigurationProperties. withVpnClientAddressPool(AddressSpace vpnClientAddressPool)Set the vpnClientAddressPool property: The reference to the address space resource which represents Address space for P2S VpnClient.
-