NetworkInterface Class

  • java.lang.Object
    • com.microsoft.azure.management.labservices.v2018_10_15.NetworkInterface

public class NetworkInterface

Network details of the environment.

Constructor Summary

Constructor Description
NetworkInterface()

Method Summary

Modifier and Type Method and Description
java.lang.String privateIpAddress()

Get privateIp address of the Compute VM.

java.lang.String rdpAuthority()

Get connection information for Windows.

java.lang.String sshAuthority()

Get connection information for Linux.

java.lang.String username()

Get username of the VM.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

NetworkInterface

public NetworkInterface()

Method Details

privateIpAddress

public String privateIpAddress()

Get privateIp address of the Compute VM.

Returns:

the privateIpAddress value

rdpAuthority

public String rdpAuthority()

Get connection information for Windows.

Returns:

the rdpAuthority value

sshAuthority

public String sshAuthority()

Get connection information for Linux.

Returns:

the sshAuthority value

username

public String username()

Get username of the VM.

Returns:

the username value

Applies to