public static interface NetworkProfile.DefinitionStages.WithContainerNetworkInterfaceConfigurations
| Modifier and Type | Method and Description |
|---|---|
NetworkProfile.DefinitionStages.WithCreate |
withContainerNetworkInterfaceConfiguration(String name,
String ipConfigName,
String virtualNetworkId,
String subnetName)
Specifies the network interface configuration for container.
|
NetworkProfile.DefinitionStages.WithCreate |
withContainerNetworkInterfaceConfiguration(String name,
String ipConfigName,
Subnet subnet)
Specifies the network interface configuration for container.
|
NetworkProfile.DefinitionStages.WithCreate withContainerNetworkInterfaceConfiguration(String name, String ipConfigName, String virtualNetworkId, String subnetName)
name - the nameipConfigName - the name of ip configurationvirtualNetworkId - the ID of the virtual networksubnetName - the name of the subnetNetworkProfile.DefinitionStages.WithCreate withContainerNetworkInterfaceConfiguration(String name, String ipConfigName, Subnet subnet)
name - the nameipConfigName - the name of ip configurationsubnet - the Subnet resourceCopyright © 2021 Microsoft Corporation. All rights reserved.