Uses of Class
com.azure.resourcemanager.network.fluent.models.IpConfigurationProfileInner
Packages that use IpConfigurationProfileInner
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of IpConfigurationProfileInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return IpConfigurationProfileInnerModifier and TypeMethodDescriptionstatic IpConfigurationProfileInnerIpConfigurationProfileInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IpConfigurationProfileInner from the JsonReader.Set the name property: The name of the resource.IpConfigurationProfileInner.withSubnet(SubnetInner subnet) Set the subnet property: The reference to the subnet resource to create a container network interface ip configuration.Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type IpConfigurationProfileInnerModifier and TypeMethodDescriptionSubnetInner.ipConfigurationProfiles()Get the ipConfigurationProfiles property: Array of IP configuration profiles which reference this subnet.SubnetPropertiesFormatInner.ipConfigurationProfiles()Get the ipConfigurationProfiles property: Array of IP configuration profiles which reference this subnet.ContainerNetworkInterfaceConfigurationPropertiesFormat.ipConfigurations()Get the ipConfigurations property: A list of ip configurations of the container network interface configuration.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type IpConfigurationProfileInnerModifier and TypeMethodDescriptionContainerNetworkInterfaceConfigurationPropertiesFormat.withIpConfigurations(List<IpConfigurationProfileInner> ipConfigurations) Set the ipConfigurations property: A list of ip configurations of the container network interface configuration. -
Uses of IpConfigurationProfileInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type IpConfigurationProfileInnerModifier and TypeMethodDescriptionContainerNetworkInterfaceConfiguration.ipConfigurations()Get the ipConfigurations property: A list of ip configurations of the container network interface configuration.Method parameters in com.azure.resourcemanager.network.models with type arguments of type IpConfigurationProfileInnerModifier and TypeMethodDescriptionContainerNetworkInterfaceConfiguration.withIpConfigurations(List<IpConfigurationProfileInner> ipConfigurations) Set the ipConfigurations property: A list of ip configurations of the container network interface configuration.