NetworkInterfaceIpConfigurationPrivateLinkConnectionProperties Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. NetworkInterfaceIpConfigurationPrivateLinkConnectionProperties
- com.
Implements
public final class NetworkInterfaceIpConfigurationPrivateLinkConnectionProperties
implements JsonSerializable<NetworkInterfaceIpConfigurationPrivateLinkConnectionProperties>
PrivateLinkConnection properties for the network interface.
Constructor Summary
Constructor | Description |
---|---|
NetworkInterfaceIpConfigurationPrivateLinkConnectionProperties() |
Creates an instance of Network |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<String> |
fqdns()
Get the fqdns property: List of FQDNs for current private link connection. |
static
Network |
fromJson(JsonReader jsonReader)
Reads an instance of Network |
String |
groupId()
Get the group |
String |
requiredMemberName()
Get the required |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
NetworkInterfaceIpConfigurationPrivateLinkConnectionProperties
public NetworkInterfaceIpConfigurationPrivateLinkConnectionProperties()
Creates an instance of NetworkInterfaceIpConfigurationPrivateLinkConnectionProperties class.
Method Details
fqdns
public List
Get the fqdns property: List of FQDNs for current private link connection.
Returns:
fromJson
public static NetworkInterfaceIpConfigurationPrivateLinkConnectionProperties fromJson(JsonReader jsonReader)
Reads an instance of NetworkInterfaceIpConfigurationPrivateLinkConnectionProperties from the JsonReader.
Parameters:
Returns:
Throws:
groupId
public String groupId()
Get the groupId property: The group ID for current private link connection.
Returns:
requiredMemberName
public String requiredMemberName()
Get the requiredMemberName property: The required member name for current private link connection.
Returns:
toJson
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java