public interface NetworkInterface extends com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<NetworkInterface>, com.microsoft.azure.management.resources.fluentcore.model.Wrapper<com.microsoft.azure.management.network.implementation.NetworkInterfaceInner>, com.microsoft.azure.management.resources.fluentcore.model.Updatable<NetworkInterface.Update>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
NetworkInterface.Definition
The entirety of the network interface definition.
|
static interface |
NetworkInterface.DefinitionStages
Grouping of network interface definition stages.
|
static interface |
NetworkInterface.Update
The template for an update operation, containing all the settings that
can be modified.
|
static interface |
NetworkInterface.UpdateStages
Grouping of network interface update stages.
|
com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithRegion<T>, com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithTags<T>, com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.UpdateWithTags<T>| Modifier and Type | Method and Description |
|---|---|
List<String> |
appliedDnsServers() |
List<String> |
dnsServers() |
NetworkSecurityGroup |
getNetworkSecurityGroup()
Gets the network security group associated this network interface.
|
String |
internalDnsNameLabel() |
String |
internalDomainNameSuffix() |
String |
internalFqdn()
Gets the fully qualified domain name of this network interface.
|
Map<String,NicIpConfiguration> |
ipConfigurations() |
boolean |
isIpForwardingEnabled() |
String |
macAddress() |
String |
networkSecurityGroupId() |
NicIpConfiguration |
primaryIpConfiguration() |
String |
primaryPrivateIp()
Gets the private IP address allocated to this network interface's primary IP configuration.
|
IPAllocationMethod |
primaryPrivateIpAllocationMethod() |
String |
virtualMachineId() |
resourceGroupNameid, name, region, regionName, tags, typekeyrefreshboolean isIpForwardingEnabled()
String macAddress()
String internalDnsNameLabel()
String internalFqdn()
A network interface receives FQDN as a part of assigning it to a virtual machine.
String internalDomainNameSuffix()
String primaryPrivateIp()
The private IP will be within the virtual network subnet of this network interface.
IPAllocationMethod primaryPrivateIpAllocationMethod()
Map<String,NicIpConfiguration> ipConfigurations()
NicIpConfiguration primaryIpConfiguration()
String networkSecurityGroupId()
NetworkSecurityGroup getNetworkSecurityGroup()
This method makes a rest API call to fetch the Network Security Group resource.
String virtualMachineId()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/