public final class PrivateEndpointConnectionProperties extends Object
| Constructor and Description |
|---|
PrivateEndpointConnectionProperties() |
| Modifier and Type | Method and Description |
|---|---|
PrivateEndpointConnectionPropertiesPrivateEndpoint |
privateEndpoint()
Get the privateEndpoint property: The private endpoint resource from Microsoft.Network provider.
|
PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState |
privateLinkServiceConnectionState()
Get the privateLinkServiceConnectionState property: Describes the current state of an existing Private Link
Service connection to the Azure Private Endpoint.
|
void |
validate()
Validates the instance.
|
PrivateEndpointConnectionProperties |
withPrivateEndpoint(PrivateEndpointConnectionPropertiesPrivateEndpoint privateEndpoint)
Set the privateEndpoint property: The private endpoint resource from Microsoft.Network provider.
|
PrivateEndpointConnectionProperties |
withPrivateLinkServiceConnectionState(PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState privateLinkServiceConnectionState)
Set the privateLinkServiceConnectionState property: Describes the current state of an existing Private Link
Service connection to the Azure Private Endpoint.
|
public PrivateEndpointConnectionPropertiesPrivateEndpoint privateEndpoint()
public PrivateEndpointConnectionProperties withPrivateEndpoint(PrivateEndpointConnectionPropertiesPrivateEndpoint privateEndpoint)
privateEndpoint - the privateEndpoint value to set.public PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState privateLinkServiceConnectionState()
public PrivateEndpointConnectionProperties withPrivateLinkServiceConnectionState(PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState privateLinkServiceConnectionState)
privateLinkServiceConnectionState - the privateLinkServiceConnectionState value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.