Uses of Class
com.azure.resourcemanager.network.models.VpnGatewayIpConfiguration
-
Packages that use VpnGatewayIpConfiguration 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 VpnGatewayIpConfiguration in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type VpnGatewayIpConfiguration Modifier and Type Method Description List<VpnGatewayIpConfiguration>VpnGatewayInner. ipConfigurations()Get the ipConfigurations property: List of all IPs configured on the gateway.List<VpnGatewayIpConfiguration>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 VpnGatewayIpConfiguration Modifier and Type Method Description VpnGatewayIpConfigurationVpnGatewayIpConfiguration. withId(String id)Set the id property: The identifier of the IP configuration for a VPN Gateway.VpnGatewayIpConfigurationVpnGatewayIpConfiguration. withPrivateIpAddress(String privateIpAddress)Set the privateIpAddress property: The private IP address of this IP configuration.VpnGatewayIpConfigurationVpnGatewayIpConfiguration. withPublicIpAddress(String publicIpAddress)Set the publicIpAddress property: The public IP address of this IP configuration.
-