Interface NetworkProfile.DefinitionStages.WithContainerNetworkInterfaceConfigurations
-
- All Known Subinterfaces:
NetworkProfile.Definition
- Enclosing interface:
- NetworkProfile.DefinitionStages
public static interface NetworkProfile.DefinitionStages.WithContainerNetworkInterfaceConfigurationsThe stage of the NetworkProfile definition allowing to specify network interface configurations for container.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NetworkProfile.DefinitionStages.WithCreatewithContainerNetworkInterfaceConfiguration(String name, String ipConfigName, Subnet subnet)Specifies the network interface configuration for container.NetworkProfile.DefinitionStages.WithCreatewithContainerNetworkInterfaceConfiguration(String name, String ipConfigName, String virtualNetworkId, String subnetName)Specifies the network interface configuration for container.
-
-
-
Method Detail
-
withContainerNetworkInterfaceConfiguration
NetworkProfile.DefinitionStages.WithCreate withContainerNetworkInterfaceConfiguration(String name, String ipConfigName, String virtualNetworkId, String subnetName)
Specifies the network interface configuration for container.- Parameters:
name- the nameipConfigName- the name of ip configurationvirtualNetworkId- the ID of the virtual networksubnetName- 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 nameipConfigName- the name of ip configurationsubnet- the Subnet resource- Returns:
- the next stage
-
-