public interface NetworkInterfaceBase
extends com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager<com.microsoft.azure.management.network.implementation.NetworkManager>, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.network.implementation.NetworkInterfaceInner>
| 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.
|
boolean |
isAcceleratedNetworkingEnabled() |
boolean |
isIPForwardingEnabled() |
String |
macAddress() |
String |
networkSecurityGroupId() |
String |
primaryPrivateIP()
Gets the private IP address allocated to this network interface's primary IP configuration.
|
IPAllocationMethod |
primaryPrivateIPAllocationMethod() |
String |
virtualMachineId() |
@Beta(value=V1_2_0) boolean isAcceleratedNetworkingEnabled()
boolean 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 networkSecurityGroupId()
NetworkSecurityGroup getNetworkSecurityGroup()
This method makes a rest API call to fetch the Network Security Group resource.
String virtualMachineId()
String primaryPrivateIP()
The private IP will be within the virtual network subnet of this network interface.
IPAllocationMethod primaryPrivateIPAllocationMethod()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/