public interface NetworkInterfaceBase extends HasManager<com.microsoft.azure.management.network.implementation.NetworkManager>, 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() |
manager
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 © 2019. All rights reserved.