NicIpConfiguration.DefinitionStages.WithPrivateIP<ParentT> |
NicIpConfiguration.DefinitionStages.WithNetwork.withNewNetwork(Creatable<Network> creatable) |
Create a new virtual network to associate with the network interface IP configuration, based on the
provided definition.
|
NicIpConfiguration.DefinitionStages.WithPrivateIP<ParentT> |
NicIpConfiguration.DefinitionStages.WithNetwork.withNewNetwork(String addressSpace) |
Creates a new virtual network to associate with the network interface IP configuration.
|
NicIpConfiguration.DefinitionStages.WithPrivateIP<ParentT> |
NicIpConfiguration.DefinitionStages.WithNetwork.withNewNetwork(String name,
String addressSpace) |
Creates a new virtual network to associate with the network interface IP configuration.
|
NicIpConfiguration.DefinitionStages.WithPrivateIP<ParentT> |
NicIpConfiguration.DefinitionStages.WithSubnet.withSubnet(String name) |
Associate a subnet with the network interface IP configuration.
|