Uses of Class
com.azure.resourcemanager.network.fluent.models.FrontendIpConfigurationPropertiesFormatInner
Packages that use FrontendIpConfigurationPropertiesFormatInner
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of FrontendIpConfigurationPropertiesFormatInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return FrontendIpConfigurationPropertiesFormatInnerModifier and TypeMethodDescriptionFrontendIpConfigurationPropertiesFormatInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FrontendIpConfigurationPropertiesFormatInner from the JsonReader.FrontendIpConfigurationPropertiesFormatInner.withGatewayLoadBalancer(com.azure.core.management.SubResource gatewayLoadBalancer) Set the gatewayLoadBalancer property: The reference to gateway load balancer frontend IP.FrontendIpConfigurationPropertiesFormatInner.withPrivateIpAddress(String privateIpAddress) Set the privateIpAddress property: The private IP address of the IP configuration.FrontendIpConfigurationPropertiesFormatInner.withPrivateIpAddressVersion(IpVersion privateIpAddressVersion) Set the privateIpAddressVersion property: Whether the specific ipconfiguration is IPv4 or IPv6.FrontendIpConfigurationPropertiesFormatInner.withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod) Set the privateIpAllocationMethod property: The Private IP allocation method.FrontendIpConfigurationPropertiesFormatInner.withPublicIpAddress(PublicIpAddressInner publicIpAddress) Set the publicIpAddress property: The reference to the Public IP resource.FrontendIpConfigurationPropertiesFormatInner.withPublicIpPrefix(com.azure.core.management.SubResource publicIpPrefix) Set the publicIpPrefix property: The reference to the Public IP Prefix resource.FrontendIpConfigurationPropertiesFormatInner.withSubnet(SubnetInner subnet) Set the subnet property: The reference to the subnet resource.