Uses of Class
com.azure.resourcemanager.network.models.P2SConnectionConfiguration
-
Packages that use P2SConnectionConfiguration 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 P2SConnectionConfiguration in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type P2SConnectionConfiguration Modifier and Type Method Description List<P2SConnectionConfiguration>P2SVpnGatewayInner. p2SConnectionConfigurations()Get the p2SConnectionConfigurations property: List of all p2s connection configurations of the gateway.List<P2SConnectionConfiguration>P2SVpnGatewayProperties. p2SConnectionConfigurations()Get the p2SConnectionConfigurations property: List of all p2s connection configurations of the gateway.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type P2SConnectionConfiguration Modifier and Type Method Description P2SVpnGatewayInnerP2SVpnGatewayInner. withP2SConnectionConfigurations(List<P2SConnectionConfiguration> p2SConnectionConfigurations)Set the p2SConnectionConfigurations property: List of all p2s connection configurations of the gateway.P2SVpnGatewayPropertiesP2SVpnGatewayProperties. withP2SConnectionConfigurations(List<P2SConnectionConfiguration> p2SConnectionConfigurations)Set the p2SConnectionConfigurations property: List of all p2s connection configurations of the gateway. -
Uses of P2SConnectionConfiguration in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return P2SConnectionConfiguration Modifier and Type Method Description P2SConnectionConfigurationP2SConnectionConfiguration. withEnableInternetSecurity(Boolean enableInternetSecurity)Set the enableInternetSecurity property: Flag indicating whether the enable internet security flag is turned on for the P2S Connections or not.P2SConnectionConfigurationP2SConnectionConfiguration. withId(String id)P2SConnectionConfigurationP2SConnectionConfiguration. withName(String name)Set the name property: The name of the resource that is unique within a resource group.P2SConnectionConfigurationP2SConnectionConfiguration. withRoutingConfiguration(RoutingConfiguration routingConfiguration)Set the routingConfiguration property: The Routing Configuration indicating the associated and propagated route tables on this connection.P2SConnectionConfigurationP2SConnectionConfiguration. withVpnClientAddressPool(AddressSpace vpnClientAddressPool)Set the vpnClientAddressPool property: The reference to the address space resource which represents Address space for P2S VpnClient.
-