public class PrivateEndpointConnectionInner
extends com.azure.core.management.ProxyResource
| Constructor and Description |
|---|
PrivateEndpointConnectionInner() |
| Modifier and Type | Method and Description |
|---|---|
PrivateEndpoint |
privateEndpoint()
Get the privateEndpoint property: The resource of private endpoint.
|
PrivateLinkServiceConnectionState |
privateLinkServiceConnectionState()
Get the privateLinkServiceConnectionState property: A collection of information about the state of the connection
between service consumer and provider.
|
PrivateEndpointConnectionProvisioningState |
provisioningState()
Get the provisioningState property: The current provisioning state.
|
void |
validate()
Validates the instance.
|
PrivateEndpointConnectionInner |
withPrivateEndpoint(PrivateEndpoint privateEndpoint)
Set the privateEndpoint property: The resource of private endpoint.
|
PrivateEndpointConnectionInner |
withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)
Set the privateLinkServiceConnectionState property: A collection of information about the state of the connection
between service consumer and provider.
|
public PrivateEndpointConnectionProvisioningState provisioningState()
public PrivateEndpoint privateEndpoint()
public PrivateEndpointConnectionInner withPrivateEndpoint(PrivateEndpoint privateEndpoint)
privateEndpoint - the privateEndpoint value to set.public PrivateLinkServiceConnectionState privateLinkServiceConnectionState()
public PrivateEndpointConnectionInner withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)
privateLinkServiceConnectionState - the privateLinkServiceConnectionState value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.