| 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.WithCreate |
NetworkInterface.DefinitionStages.WithCreate.withDnsServer(String ipAddress)
Specifies the IP address of the custom DNS server to associate with the network interface.
|
NetworkInterface.DefinitionStages.WithCreate |
NetworkInterface.DefinitionStages.WithLoadBalancer.withExistingLoadBalancerBackend(LoadBalancer loadBalancer,
String backendName)
Associates the network interface's primary IP configuration with a backend of an existing load balancer.
|
NetworkInterface.DefinitionStages.WithCreate |
NetworkInterface.DefinitionStages.WithLoadBalancer.withExistingLoadBalancerInboundNatRule(LoadBalancer loadBalancer,
String inboundNatRuleName)
Associates the network interface's primary IP configuration with an inbound NAT rule of an existing load balancer.
|
NetworkInterface.DefinitionStages.WithCreate |
NetworkInterface.DefinitionStages.WithNetworkSecurityGroup.withExistingNetworkSecurityGroup(NetworkSecurityGroup networkSecurityGroup)
Associates an existing network security group with the network interface.
|
NetworkInterface.DefinitionStages.WithCreate |
NetworkInterface.DefinitionStages.WithPrimaryPublicIpAddress.withExistingPrimaryPublicIpAddress(PublicIpAddress publicIpAddress)
Associates an existing public IP address with the network interface's primary IP configuration.
|
NetworkInterface.DefinitionStages.WithCreate |
NetworkInterface.DefinitionStages.WithCreate.withInternalDnsNameLabel(String dnsNameLabel)
Specifies the internal DNS name label for the network interface.
|
NetworkInterface.DefinitionStages.WithCreate |
NetworkInterface.DefinitionStages.WithCreate.withIpForwarding()
Enable IP forwarding in the network interface.
|
NetworkInterface.DefinitionStages.WithCreate |
NetworkInterface.DefinitionStages.WithNetworkSecurityGroup.withNewNetworkSecurityGroup(com.microsoft.azure.management.resources.fluentcore.model.Creatable<NetworkSecurityGroup> creatable)
Create a new network security group to associate with network interface, based on the provided definition.
|
NetworkInterface.DefinitionStages.WithCreate |
NetworkInterface.DefinitionStages.WithPrimaryPublicIpAddress.withNewPrimaryPublicIpAddress()
Creates a new public IP address in the same region and group as the resource and associate it
with the network interface's primary IP configuration.
|
NetworkInterface.DefinitionStages.WithCreate |
NetworkInterface.DefinitionStages.WithPrimaryPublicIpAddress.withNewPrimaryPublicIpAddress(com.microsoft.azure.management.resources.fluentcore.model.Creatable<PublicIpAddress> creatable)
Create a new public IP address to associate with network interface's primary IP configuration, based on
the provided definition.
|
NetworkInterface.DefinitionStages.WithCreate |
NetworkInterface.DefinitionStages.WithPrimaryPublicIpAddress.withNewPrimaryPublicIpAddress(String leafDnsLabel)
Creates a new public IP address in the same region and group as the resource, with the specified DNS label
and associate it with the network interface's primary IP configuration.
|
NetworkInterface.DefinitionStages.WithCreate |
NetworkInterface.DefinitionStages.WithPrimaryPrivateIp.withPrimaryPrivateIpAddressDynamic()
Enables dynamic private IP address allocation within the specified existing virtual network
subnet for the network interface's primary IP configuration.
|
NetworkInterface.DefinitionStages.WithCreate |
NetworkInterface.DefinitionStages.WithPrimaryPrivateIp.withPrimaryPrivateIpAddressStatic(String staticPrivateIpAddress)
Assigns the specified static private IP address within the specified existing virtual network
subnet to the network interface's primary IP configuration.
|
| Modifier and Type | Method and Description |
|---|---|
NicIpConfiguration.DefinitionStages.Blank<NetworkInterface.DefinitionStages.WithCreate> |
NetworkInterface.DefinitionStages.WithSecondaryIpConfiguration.defineSecondaryIpConfiguration(String name)
Starts definition of a secondary IP configuration.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/