public final class PrivateEndpointConnectionProperties extends Object
| Constructor and Description |
|---|
PrivateEndpointConnectionProperties() |
| Modifier and Type | Method and Description |
|---|---|
PrivateEndpoint |
privateEndpoint()
Get the privateEndpoint property: The resource of private end point.
|
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 provisioning state of the private endpoint connection resource.
|
void |
validate()
Validates the instance.
|
PrivateEndpointConnectionProperties |
withPrivateEndpoint(PrivateEndpoint privateEndpoint)
Set the privateEndpoint property: The resource of private end point.
|
PrivateEndpointConnectionProperties |
withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)
Set the privateLinkServiceConnectionState property: A collection of information about the state of the connection
between service consumer and provider.
|
public PrivateEndpoint privateEndpoint()
public PrivateEndpointConnectionProperties withPrivateEndpoint(PrivateEndpoint privateEndpoint)
privateEndpoint - the privateEndpoint value to set.public PrivateLinkServiceConnectionState privateLinkServiceConnectionState()
public PrivateEndpointConnectionProperties withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)
privateLinkServiceConnectionState - the privateLinkServiceConnectionState value to set.public PrivateEndpointConnectionProvisioningState provisioningState()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.