Uses of Class
com.azure.resourcemanager.network.fluent.models.IpConfigurationInner
Packages that use IpConfigurationInner
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of IpConfigurationInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return IpConfigurationInnerModifier and TypeMethodDescriptionstatic IpConfigurationInnerIpConfigurationInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IpConfigurationInner from the JsonReader.PublicIpAddressInner.ipConfiguration()Get the ipConfiguration property: The IP configuration associated with the public IP address.PublicIpAddressPropertiesFormatInner.ipConfiguration()Get the ipConfiguration property: The IP configuration associated with the public IP address.Set the name property: The name of the resource that is unique within a resource group.IpConfigurationInner.withPrivateIpAddress(String privateIpAddress) Set the privateIpAddress property: The private IP address of the IP configuration.IpConfigurationInner.withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod) Set the privateIpAllocationMethod property: The private IP address allocation method.IpConfigurationInner.withPublicIpAddress(PublicIpAddressInner publicIpAddress) Set the publicIpAddress property: The reference to the public IP resource.IpConfigurationInner.withSubnet(SubnetInner subnet) Set the subnet property: The reference to the subnet resource.Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type IpConfigurationInnerModifier and TypeMethodDescriptionSubnetInner.ipConfigurations()Get the ipConfigurations property: An array of references to the network interface IP configurations using subnet.SubnetPropertiesFormatInner.ipConfigurations()Get the ipConfigurations property: An array of references to the network interface IP configurations using subnet.