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 Summary
Modifier and TypeMethodDescriptionwithContainerNetworkInterfaceConfiguration(String name, String ipConfigName, Subnet subnet) Specifies the network interface configuration for container.withContainerNetworkInterfaceConfiguration(String name, String ipConfigName, String virtualNetworkId, String subnetName) Specifies the network interface configuration 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 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
-