Interface NetworkProfile.DefinitionStages.WithContainerNetworkInterfaceConfigurations

All Known Subinterfaces:
NetworkProfile.Definition
Enclosing interface:
NetworkProfile.DefinitionStages

public static interface NetworkProfile.DefinitionStages.WithContainerNetworkInterfaceConfigurations
The stage of the NetworkProfile definition allowing to specify network interface configurations for container.
  • Method Details

    • withContainerNetworkInterfaceConfiguration

      NetworkProfile.DefinitionStages.WithCreate withContainerNetworkInterfaceConfiguration(String name, String ipConfigName, String virtualNetworkId, String subnetName)
      Specifies the network interface configuration for container.
      Parameters:
      name - the name
      ipConfigName - the name of ip configuration
      virtualNetworkId - the ID of the virtual network
      subnetName - the name of the subnet
      Returns:
      the next stage
    • withContainerNetworkInterfaceConfiguration

      NetworkProfile.DefinitionStages.WithCreate withContainerNetworkInterfaceConfiguration(String name, String ipConfigName, Subnet subnet)
      Specifies the network interface configuration for container.
      Parameters:
      name - the name
      ipConfigName - the name of ip configuration
      subnet - the Subnet resource
      Returns:
      the next stage