Uses of Class
com.azure.resourcemanager.network.fluent.models.VirtualNetworkGatewayIpConfigurationPropertiesFormat
-
Packages that use VirtualNetworkGatewayIpConfigurationPropertiesFormat Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient. -
-
Uses of VirtualNetworkGatewayIpConfigurationPropertiesFormat in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return VirtualNetworkGatewayIpConfigurationPropertiesFormat Modifier and Type Method Description VirtualNetworkGatewayIpConfigurationPropertiesFormatVirtualNetworkGatewayIpConfigurationPropertiesFormat. withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod)Set the privateIpAllocationMethod property: The private IP address allocation method.VirtualNetworkGatewayIpConfigurationPropertiesFormatVirtualNetworkGatewayIpConfigurationPropertiesFormat. withPublicIpAddress(com.azure.core.management.SubResource publicIpAddress)Set the publicIpAddress property: The reference to the public IP resource.VirtualNetworkGatewayIpConfigurationPropertiesFormatVirtualNetworkGatewayIpConfigurationPropertiesFormat. withSubnet(com.azure.core.management.SubResource subnet)Set the subnet property: The reference to the subnet resource.
-