PrivateLinkServiceConnection Class
- java.
lang. Object - com.
azure. resourcemanager. deviceupdate. models. PrivateLinkServiceConnection
- com.
Implements
public final class PrivateLinkServiceConnection
implements JsonSerializable<PrivateLinkServiceConnection>
Private link service connection details.
Constructor Summary
| Constructor | Description |
|---|---|
| PrivateLinkServiceConnection() |
Creates an instance of Private |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Private |
fromJson(JsonReader jsonReader)
Reads an instance of Private |
| List<String> |
groupIds()
Get the group |
| String |
name()
Get the name property: Private link service connection name. |
| String |
requestMessage()
Get the request |
|
Json |
toJson(JsonWriter jsonWriter) |
| 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()
Creates an instance of PrivateLinkServiceConnection class.
Method Details
fromJson
public static PrivateLinkServiceConnection fromJson(JsonReader jsonReader)
Reads an instance of PrivateLinkServiceConnection from the JsonReader.
Parameters:
Returns:
Throws:
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:
toJson
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: