NicIPConfiguration.DefinitionStages.WithPrivateIP<ParentT> |
NicIPConfiguration.DefinitionStages.WithNetwork.withNewNetwork(com.microsoft.azure.management.resources.fluentcore.model.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.
|