| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
NicIpConfiguration.Definition<ParentT>
The entirety of the network interface IP configuration definition.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.