public class PrivateLinkConnectionApprovalRequestResource extends ProxyOnlyResource
| Constructor and Description |
|---|
PrivateLinkConnectionApprovalRequestResource() |
| Modifier and Type | Method and Description |
|---|---|
PrivateLinkConnectionState |
privateLinkServiceConnectionState()
Get the privateLinkServiceConnectionState property: The state of a private link connection.
|
void |
validate()
Validates the instance.
|
PrivateLinkConnectionApprovalRequestResource |
withKind(String kind)
Set the kind property: Kind of resource.
|
PrivateLinkConnectionApprovalRequestResource |
withPrivateLinkServiceConnectionState(PrivateLinkConnectionState privateLinkServiceConnectionState)
Set the privateLinkServiceConnectionState property: The state of a private link connection.
|
kindpublic PrivateLinkConnectionApprovalRequestResource()
public PrivateLinkConnectionState privateLinkServiceConnectionState()
public PrivateLinkConnectionApprovalRequestResource withPrivateLinkServiceConnectionState(PrivateLinkConnectionState privateLinkServiceConnectionState)
privateLinkServiceConnectionState - the privateLinkServiceConnectionState value to set.public PrivateLinkConnectionApprovalRequestResource withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.