Uses of Class
com.azure.resourcemanager.network.models.ContainerNetworkInterfaceIpConfiguration
-
Packages that use ContainerNetworkInterfaceIpConfiguration Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of ContainerNetworkInterfaceIpConfiguration in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ContainerNetworkInterfaceIpConfiguration Modifier and Type Method Description List<ContainerNetworkInterfaceIpConfiguration>ContainerNetworkInterfacePropertiesFormat. ipConfigurations()Get the ipConfigurations property: Reference to the ip configuration on this container nic. -
Uses of ContainerNetworkInterfaceIpConfiguration in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ContainerNetworkInterfaceIpConfiguration Modifier and Type Method Description ContainerNetworkInterfaceIpConfigurationContainerNetworkInterfaceIpConfiguration. withName(String name)Set the name property: The name of the resource.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ContainerNetworkInterfaceIpConfiguration Modifier and Type Method Description List<ContainerNetworkInterfaceIpConfiguration>ContainerNetworkInterface. ipConfigurations()Get the ipConfigurations property: Reference to the ip configuration on this container nic.
-