Uses of Class
com.azure.resourcemanager.network.fluent.models.NetworkInterfaceIpConfigurationPropertiesFormatInner
Packages that use NetworkInterfaceIpConfigurationPropertiesFormatInner
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of NetworkInterfaceIpConfigurationPropertiesFormatInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return NetworkInterfaceIpConfigurationPropertiesFormatInnerModifier and TypeMethodDescriptionNetworkInterfaceIpConfigurationPropertiesFormatInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NetworkInterfaceIpConfigurationPropertiesFormatInner from the JsonReader.NetworkInterfaceIpConfigurationPropertiesFormatInner.withApplicationGatewayBackendAddressPools(List<ApplicationGatewayBackendAddressPool> applicationGatewayBackendAddressPools) Set the applicationGatewayBackendAddressPools property: The reference to ApplicationGatewayBackendAddressPool resource.NetworkInterfaceIpConfigurationPropertiesFormatInner.withApplicationSecurityGroups(List<ApplicationSecurityGroupInner> applicationSecurityGroups) Set the applicationSecurityGroups property: Application security groups in which the IP configuration is included.NetworkInterfaceIpConfigurationPropertiesFormatInner.withGatewayLoadBalancer(com.azure.core.management.SubResource gatewayLoadBalancer) Set the gatewayLoadBalancer property: The reference to gateway load balancer frontend IP.NetworkInterfaceIpConfigurationPropertiesFormatInner.withLoadBalancerBackendAddressPools(List<BackendAddressPoolInner> loadBalancerBackendAddressPools) Set the loadBalancerBackendAddressPools property: The reference to LoadBalancerBackendAddressPool resource.NetworkInterfaceIpConfigurationPropertiesFormatInner.withLoadBalancerInboundNatRules(List<InboundNatRuleInner> loadBalancerInboundNatRules) Set the loadBalancerInboundNatRules property: A list of references of LoadBalancerInboundNatRules.NetworkInterfaceIpConfigurationPropertiesFormatInner.withPrimary(Boolean primary) Set the primary property: Whether this is a primary customer address on the network interface.NetworkInterfaceIpConfigurationPropertiesFormatInner.withPrivateIpAddress(String privateIpAddress) Set the privateIpAddress property: Private IP address of the IP configuration.NetworkInterfaceIpConfigurationPropertiesFormatInner.withPrivateIpAddressPrefixLength(Integer privateIpAddressPrefixLength) Set the privateIpAddressPrefixLength property: The private IP address prefix length.NetworkInterfaceIpConfigurationPropertiesFormatInner.withPrivateIpAddressVersion(IpVersion privateIpAddressVersion) Set the privateIpAddressVersion property: Whether the specific IP configuration is IPv4 or IPv6.NetworkInterfaceIpConfigurationPropertiesFormatInner.withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod) Set the privateIpAllocationMethod property: The private IP address allocation method.NetworkInterfaceIpConfigurationPropertiesFormatInner.withPublicIpAddress(PublicIpAddressInner publicIpAddress) Set the publicIpAddress property: Public IP address bound to the IP configuration.NetworkInterfaceIpConfigurationPropertiesFormatInner.withSubnet(SubnetInner subnet) Set the subnet property: Subnet bound to the IP configuration.NetworkInterfaceIpConfigurationPropertiesFormatInner.withVirtualNetworkTaps(List<VirtualNetworkTapInner> virtualNetworkTaps) Set the virtualNetworkTaps property: The reference to Virtual Network Taps.