Uses of Class
com.azure.resourcemanager.network.models.VpnGatewayIpConfiguration
Packages that use VpnGatewayIpConfiguration
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of VpnGatewayIpConfiguration in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type VpnGatewayIpConfigurationModifier and TypeMethodDescriptionVpnGatewayInner.ipConfigurations()Get the ipConfigurations property: List of all IPs configured on the gateway.VpnGatewayProperties.ipConfigurations()Get the ipConfigurations property: List of all IPs configured on the gateway. -
Uses of VpnGatewayIpConfiguration in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return VpnGatewayIpConfigurationModifier and TypeMethodDescriptionstatic VpnGatewayIpConfigurationVpnGatewayIpConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VpnGatewayIpConfiguration from the JsonReader.Set the id property: The identifier of the IP configuration for a VPN Gateway.VpnGatewayIpConfiguration.withPrivateIpAddress(String privateIpAddress) Set the privateIpAddress property: The private IP address of this IP configuration.VpnGatewayIpConfiguration.withPublicIpAddress(String publicIpAddress) Set the publicIpAddress property: The public IP address of this IP configuration.