public final class PrivateLinkConnectionApprovalRequest extends Object
| Constructor and Description |
|---|
PrivateLinkConnectionApprovalRequest() |
| Modifier and Type | Method and Description |
|---|---|
PrivateLinkConnectionState |
privateLinkServiceConnectionState()
Get the privateLinkServiceConnectionState property: The state of a private link connection.
|
void |
validate()
Validates the instance.
|
PrivateLinkConnectionApprovalRequest |
withPrivateLinkServiceConnectionState(PrivateLinkConnectionState privateLinkServiceConnectionState)
Set the privateLinkServiceConnectionState property: The state of a private link connection.
|
public PrivateLinkConnectionApprovalRequest()
public PrivateLinkConnectionState privateLinkServiceConnectionState()
public PrivateLinkConnectionApprovalRequest withPrivateLinkServiceConnectionState(PrivateLinkConnectionState privateLinkServiceConnectionState)
privateLinkServiceConnectionState - the privateLinkServiceConnectionState value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.