Uses of Class
com.azure.resourcemanager.network.fluent.models.P2SConnectionConfigurationProperties
Packages that use P2SConnectionConfigurationProperties
Package
Description
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 P2SConnectionConfigurationPropertiesModifier and TypeMethodDescriptionP2SConnectionConfigurationProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of P2SConnectionConfigurationProperties from the JsonReader.P2SConnectionConfigurationProperties.withEnableInternetSecurity(Boolean enableInternetSecurity) Set the enableInternetSecurity property: Flag indicating whether the enable internet security flag is turned on for the P2S Connections or not.P2SConnectionConfigurationProperties.withRoutingConfiguration(RoutingConfiguration routingConfiguration) Set the routingConfiguration property: The Routing Configuration indicating the associated and propagated route tables on this connection.P2SConnectionConfigurationProperties.withVpnClientAddressPool(AddressSpace vpnClientAddressPool) Set the vpnClientAddressPool property: The reference to the address space resource which represents Address space for P2S VpnClient.