| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
NetworkInterface.Definition
The entirety of the network interface definition.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkInterface.DefinitionStages.WithPrimaryPrivateIP |
NetworkInterface.DefinitionStages.WithPrimaryNetwork.withNewPrimaryNetwork(com.microsoft.azure.management.resources.fluentcore.model.Creatable<Network> creatable)
Create a new virtual network to associate with the network interface's primary IP configuration,
based on the provided definition.
|
NetworkInterface.DefinitionStages.WithPrimaryPrivateIP |
NetworkInterface.DefinitionStages.WithPrimaryNetwork.withNewPrimaryNetwork(String addressSpace)
Creates a new virtual network to associate with the network interface's primary IP configuration.
|
NetworkInterface.DefinitionStages.WithPrimaryPrivateIP |
NetworkInterface.DefinitionStages.WithPrimaryNetwork.withNewPrimaryNetwork(String name,
String addressSpace)
Creates a new virtual network to associate with the network interface's primary IP configuration.
|
NetworkInterface.DefinitionStages.WithPrimaryPrivateIP |
NetworkInterface.DefinitionStages.WithPrimaryNetworkSubnet.withSubnet(String name)
Associate a subnet with the network interface's primary IP configuration.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/