PrivateLinkServiceConnection Class
- java.
lang. Object - com.
azure. resourcemanager. deviceupdate. models. PrivateLinkServiceConnection
- com.
public final class PrivateLinkServiceConnection
Private link service connection details.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| PrivateLinkServiceConnection() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| List<String> |
groupIds()
Get the group |
| String |
name()
Get the name property: Private link service connection name. |
| String |
requestMessage()
Get the request |
| void |
validate()
Validates the instance. |
|
Private |
withGroupIds(List<String> groupIds)
Set the group |
|
Private |
withName(String name)
Set the name property: Private link service connection name. |
|
Private |
withRequestMessage(String requestMessage)
Set the request |
Methods inherited from java.lang.Object
Constructor Details
PrivateLinkServiceConnection
public PrivateLinkServiceConnection()
Method Details
groupIds
public List<String> groupIds()
Get the groupIds property: List of group IDs.
Returns:
name
public String name()
Get the name property: Private link service connection name.
Returns:
requestMessage
public String requestMessage()
Get the requestMessage property: Request message.
Returns:
validate
public void validate()
Validates the instance.
withGroupIds
public PrivateLinkServiceConnection withGroupIds(List<String> groupIds)
Set the groupIds property: List of group IDs.
Parameters:
Returns:
withName
public PrivateLinkServiceConnection withName(String name)
Set the name property: Private link service connection name.
Parameters:
Returns:
withRequestMessage
public PrivateLinkServiceConnection withRequestMessage(String requestMessage)
Set the requestMessage property: Request message.
Parameters:
Returns: