public class PrivateEndpointConnectionInner
extends com.azure.core.management.ProxyResource
| Constructor and Description |
|---|
PrivateEndpointConnectionInner() |
| Modifier and Type | Method and Description |
|---|---|
PrivateEndpointProperty |
privateEndpoint()
Get the privateEndpoint property: Private endpoint which the connection belongs to.
|
PrivateLinkServiceConnectionStateProperty |
privateLinkServiceConnectionState()
Get the privateLinkServiceConnectionState property: Connection state of the private endpoint connection.
|
String |
provisioningState()
Get the provisioningState property: State of the private endpoint connection.
|
void |
validate()
Validates the instance.
|
PrivateEndpointConnectionInner |
withPrivateEndpoint(PrivateEndpointProperty privateEndpoint)
Set the privateEndpoint property: Private endpoint which the connection belongs to.
|
PrivateEndpointConnectionInner |
withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionStateProperty privateLinkServiceConnectionState)
Set the privateLinkServiceConnectionState property: Connection state of the private endpoint connection.
|
public PrivateEndpointProperty privateEndpoint()
public PrivateEndpointConnectionInner withPrivateEndpoint(PrivateEndpointProperty privateEndpoint)
privateEndpoint - the privateEndpoint value to set.public PrivateLinkServiceConnectionStateProperty privateLinkServiceConnectionState()
public PrivateEndpointConnectionInner withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionStateProperty privateLinkServiceConnectionState)
privateLinkServiceConnectionState - the privateLinkServiceConnectionState value to set.public String provisioningState()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.