NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties Class

  • java.lang.Object
    • com.microsoft.azure.management.network.NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties

public class NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties

PrivateLinkConnection properties for the network interface.

Constructor Summary

Constructor Description
NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties()

Method Summary

Modifier and Type Method and Description
java.util.List<java.lang.String> fqdns()

Get list of FQDNs for current private link connection.

java.lang.String groupId()

Get the group ID for current private link connection.

java.lang.String requiredMemberName()

Get the required member name for current private link connection.

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

NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties

public NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties()

Method Details

fqdns

public List fqdns()

Get list of FQDNs for current private link connection.

Returns:

the fqdns value

groupId

public String groupId()

Get the group ID for current private link connection.

Returns:

the groupId value

requiredMemberName

public String requiredMemberName()

Get the required member name for current private link connection.

Returns:

the requiredMemberName value

Applies to