Uses of Class
com.azure.resourcemanager.network.fluent.models.VirtualNetworkGatewayIpConfigurationPropertiesFormat
Packages that use VirtualNetworkGatewayIpConfigurationPropertiesFormat
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of VirtualNetworkGatewayIpConfigurationPropertiesFormat in com.azure.resourcemanager.network.fluent.models
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type VirtualNetworkGatewayIpConfigurationPropertiesFormatModifier and TypeClassDescriptionfinal classProperties of VirtualNetworkGatewayIPConfiguration.Methods in com.azure.resourcemanager.network.fluent.models that return VirtualNetworkGatewayIpConfigurationPropertiesFormatModifier and TypeMethodDescriptionVirtualNetworkGatewayIpConfigurationPropertiesFormat.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualNetworkGatewayIpConfigurationPropertiesFormat from the JsonReader.VirtualNetworkGatewayIpConfigurationPropertiesFormat.withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod) Set the privateIpAllocationMethod property: The private IP address allocation method.VirtualNetworkGatewayIpConfigurationPropertiesFormat.withPublicIpAddress(com.azure.core.management.SubResource publicIpAddress) Set the publicIpAddress property: The reference to the public IP resource.VirtualNetworkGatewayIpConfigurationPropertiesFormat.withSubnet(com.azure.core.management.SubResource subnet) Set the subnet property: The reference to the subnet resource.