PrivateEndpointConnectionProxyInner Class

public final class PrivateEndpointConnectionProxyInner
extends ProxyResource

Private endpoint connection proxy details.

Constructor Summary

Constructor Description
PrivateEndpointConnectionProxyInner()

Method Summary

Modifier and Type Method and Description
String etag()

Get the etag property: ETag from NRP.

PrivateEndpointConnectionProxyProvisioningState provisioningState()

Get the provisioningState property: The provisioning state of the private endpoint connection proxy resource.

RemotePrivateEndpoint remotePrivateEndpoint()

Get the remotePrivateEndpoint property: Remote private endpoint details.

String status()

Get the status property: Operation status.

SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

void validate()

Validates the instance.

PrivateEndpointConnectionProxyInner withRemotePrivateEndpoint(RemotePrivateEndpoint remotePrivateEndpoint)

Set the remotePrivateEndpoint property: Remote private endpoint details.

PrivateEndpointConnectionProxyInner withStatus(String status)

Set the status property: Operation status.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

PrivateEndpointConnectionProxyInner

public PrivateEndpointConnectionProxyInner()

Method Details

etag

public String etag()

Get the etag property: ETag from NRP.

Returns:

the etag value.

provisioningState

public PrivateEndpointConnectionProxyProvisioningState provisioningState()

Get the provisioningState property: The provisioning state of the private endpoint connection proxy resource.

Returns:

the provisioningState value.

remotePrivateEndpoint

public RemotePrivateEndpoint remotePrivateEndpoint()

Get the remotePrivateEndpoint property: Remote private endpoint details.

Returns:

the remotePrivateEndpoint value.

status

public String status()

Get the status property: Operation status.

Returns:

the status value.

systemData

public SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

validate

public void validate()

Validates the instance.

withRemotePrivateEndpoint

public PrivateEndpointConnectionProxyInner withRemotePrivateEndpoint(RemotePrivateEndpoint remotePrivateEndpoint)

Set the remotePrivateEndpoint property: Remote private endpoint details.

Parameters:

remotePrivateEndpoint - the remotePrivateEndpoint value to set.

Returns:

the PrivateEndpointConnectionProxyInner object itself.

withStatus

public PrivateEndpointConnectionProxyInner withStatus(String status)

Set the status property: Operation status.

Parameters:

status - the status value to set.

Returns:

the PrivateEndpointConnectionProxyInner object itself.

Applies to