Uses of Class
com.azure.resourcemanager.network.models.ContainerNetworkInterfaceConfiguration
Packages that use ContainerNetworkInterfaceConfiguration
Package
Description
Package containing the inner data models for NetworkManagementClient.
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 ContainerNetworkInterfaceConfigurationModifier and TypeMethodDescriptionContainerNetworkInterfacePropertiesFormat.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 ContainerNetworkInterfaceConfigurationModifier and TypeMethodDescriptionNetworkProfileInner.containerNetworkInterfaceConfigurations()Get the containerNetworkInterfaceConfigurations property: List of chid container network interface configurations.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 ContainerNetworkInterfaceConfigurationModifier and TypeMethodDescriptionNetworkProfileInner.withContainerNetworkInterfaceConfigurations(List<ContainerNetworkInterfaceConfiguration> containerNetworkInterfaceConfigurations) Set the containerNetworkInterfaceConfigurations property: List of chid container network interface configurations.NetworkProfilePropertiesFormat.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 ContainerNetworkInterfaceConfigurationModifier and TypeMethodDescriptionContainerNetworkInterface.containerNetworkInterfaceConfiguration()Get the containerNetworkInterfaceConfiguration property: Container network interface configuration from which this container network interface is created.ContainerNetworkInterfaceConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ContainerNetworkInterfaceConfiguration from the JsonReader.ContainerNetworkInterfaceConfiguration.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.ContainerNetworkInterfaceConfiguration.withIpConfigurations(List<IpConfigurationProfileInner> ipConfigurations) Set the ipConfigurations property: A list of ip configurations of the container network interface configuration.Set the name property: The name of the resource.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ContainerNetworkInterfaceConfigurationModifier and TypeMethodDescriptionNetworkProfile.containerNetworkInterfaceConfigurations()Gets the containerNetworkInterfaceConfigurations property: List of chid container network interface configurations.