Uses of Class
com.azure.resourcemanager.network.models.VngClientConnectionConfiguration
Packages that use VngClientConnectionConfiguration
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of VngClientConnectionConfiguration in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return VngClientConnectionConfigurationModifier and TypeMethodDescriptionVngClientConnectionConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VngClientConnectionConfiguration from the JsonReader.Set the name property: The name of the resource that is unique within a resource group.VngClientConnectionConfiguration.withVirtualNetworkGatewayPolicyGroups(List<com.azure.core.management.SubResource> virtualNetworkGatewayPolicyGroups) Set the virtualNetworkGatewayPolicyGroups property: List of references to virtualNetworkGatewayPolicyGroups.VngClientConnectionConfiguration.withVpnClientAddressPool(AddressSpace vpnClientAddressPool) Set the vpnClientAddressPool property: The reference to the address space resource which represents Address space for P2S VpnClient.Methods in com.azure.resourcemanager.network.models that return types with arguments of type VngClientConnectionConfigurationModifier and TypeMethodDescriptionVpnClientConfiguration.vngClientConnectionConfigurations()Get the vngClientConnectionConfigurations property: per ip address pool connection policy for virtual network gateway P2S client.Method parameters in com.azure.resourcemanager.network.models with type arguments of type VngClientConnectionConfigurationModifier and TypeMethodDescriptionVpnClientConfiguration.withVngClientConnectionConfigurations(List<VngClientConnectionConfiguration> vngClientConnectionConfigurations) Set the vngClientConnectionConfigurations property: per ip address pool connection policy for virtual network gateway P2S client.