Uses of Class
com.azure.resourcemanager.network.models.ContainerNetworkInterfaceConfiguration
-
Packages that use ContainerNetworkInterfaceConfiguration 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 ContainerNetworkInterfaceConfiguration in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ContainerNetworkInterfaceConfiguration Modifier and Type Method Description ContainerNetworkInterfaceConfigurationContainerNetworkInterfacePropertiesFormat. containerNetworkInterfaceConfiguration()Get the containerNetworkInterfaceConfiguration property: Container network interface configuration from which this container network interface is created.Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ContainerNetworkInterfaceConfiguration Modifier and Type Method Description List<ContainerNetworkInterfaceConfiguration>NetworkProfileInner. containerNetworkInterfaceConfigurations()Get the containerNetworkInterfaceConfigurations property: List of chid container network interface configurations.List<ContainerNetworkInterfaceConfiguration>NetworkProfilePropertiesFormat. containerNetworkInterfaceConfigurations()Get the containerNetworkInterfaceConfigurations property: List of chid container network interface configurations.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ContainerNetworkInterfaceConfiguration Modifier and Type Method Description NetworkProfileInnerNetworkProfileInner. withContainerNetworkInterfaceConfigurations(List<ContainerNetworkInterfaceConfiguration> containerNetworkInterfaceConfigurations)Set the containerNetworkInterfaceConfigurations property: List of chid container network interface configurations.NetworkProfilePropertiesFormatNetworkProfilePropertiesFormat. withContainerNetworkInterfaceConfigurations(List<ContainerNetworkInterfaceConfiguration> containerNetworkInterfaceConfigurations)Set the containerNetworkInterfaceConfigurations property: List of chid container network interface configurations. -
Uses of ContainerNetworkInterfaceConfiguration in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ContainerNetworkInterfaceConfiguration Modifier and Type Method Description ContainerNetworkInterfaceConfigurationContainerNetworkInterface. containerNetworkInterfaceConfiguration()Get the containerNetworkInterfaceConfiguration property: Container network interface configuration from which this container network interface is created.ContainerNetworkInterfaceConfigurationContainerNetworkInterfaceConfiguration. withContainerNetworkInterfaces(List<com.azure.core.management.SubResource> containerNetworkInterfaces)Set the containerNetworkInterfaces property: A list of container network interfaces created from this container network interface configuration.ContainerNetworkInterfaceConfigurationContainerNetworkInterfaceConfiguration. withId(String id)ContainerNetworkInterfaceConfigurationContainerNetworkInterfaceConfiguration. withIpConfigurations(List<IpConfigurationProfileInner> ipConfigurations)Set the ipConfigurations property: A list of ip configurations of the container network interface configuration.ContainerNetworkInterfaceConfigurationContainerNetworkInterfaceConfiguration. 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 ContainerNetworkInterfaceConfiguration Modifier and Type Method Description List<ContainerNetworkInterfaceConfiguration>NetworkProfile. containerNetworkInterfaceConfigurations()Gets the containerNetworkInterfaceConfigurations property: List of chid container network interface configurations.
-