PrivateEndpointConnectionInner Class

public final class PrivateEndpointConnectionInner
extends Resource

Private endpoint connection resource.

Constructor Summary

Constructor Description
PrivateEndpointConnectionInner()

Creates an instance of PrivateEndpointConnectionInner class.

Method Summary

Modifier and Type Method and Description
String etag()

Get the etag property: Modified whenever there is a change in the state of private endpoint connection.

PrivateEndpoint privateEndpoint()

Get the privateEndpoint property: Properties of the private endpoint object.

PrivateLinkServiceConnectionState privateLinkServiceConnectionState()

Get the privateLinkServiceConnectionState property: Approval state of the private link connection.

PrivateEndpointConnectionProvisioningState provisioningState()

Get the provisioningState property: Provisioning state of the private endpoint connection.

void validate()

Validates the instance.

PrivateEndpointConnectionInner withEtag(String etag)

Set the etag property: Modified whenever there is a change in the state of private endpoint connection.

PrivateEndpointConnectionInner withLocation(String location)
PrivateEndpointConnectionInner withPrivateEndpoint(PrivateEndpoint privateEndpoint)

Set the privateEndpoint property: Properties of the private endpoint object.

PrivateEndpointConnectionInner withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)

Set the privateLinkServiceConnectionState property: Approval state of the private link connection.

PrivateEndpointConnectionInner withProvisioningState(PrivateEndpointConnectionProvisioningState provisioningState)

Set the provisioningState property: Provisioning state of the private endpoint connection.

PrivateEndpointConnectionInner withTags(Map<String,String> tags)

Methods inherited from ProxyResource

Methods inherited from Resource

Methods inherited from java.lang.Object

Constructor Details

PrivateEndpointConnectionInner

public PrivateEndpointConnectionInner()

Creates an instance of PrivateEndpointConnectionInner class.

Method Details

etag

public String etag()

Get the etag property: Modified whenever there is a change in the state of private endpoint connection.

Returns:

the etag value.

privateEndpoint

public PrivateEndpoint privateEndpoint()

Get the privateEndpoint property: Properties of the private endpoint object.

Returns:

the privateEndpoint value.

privateLinkServiceConnectionState

public PrivateLinkServiceConnectionState privateLinkServiceConnectionState()

Get the privateLinkServiceConnectionState property: Approval state of the private link connection.

Returns:

the privateLinkServiceConnectionState value.

provisioningState

public PrivateEndpointConnectionProvisioningState provisioningState()

Get the provisioningState property: Provisioning state of the private endpoint connection.

Returns:

the provisioningState value.

validate

public void validate()

Validates the instance.

withEtag

public PrivateEndpointConnectionInner withEtag(String etag)

Set the etag property: Modified whenever there is a change in the state of private endpoint connection.

Parameters:

etag - the etag value to set.

Returns:

the PrivateEndpointConnectionInner object itself.

withLocation

public PrivateEndpointConnectionInner withLocation(String location)

Overrides:

PrivateEndpointConnectionInner.withLocation(String location)

Parameters:

location

withPrivateEndpoint

public PrivateEndpointConnectionInner withPrivateEndpoint(PrivateEndpoint privateEndpoint)

Set the privateEndpoint property: Properties of the private endpoint object.

Parameters:

privateEndpoint - the privateEndpoint value to set.

Returns:

the PrivateEndpointConnectionInner object itself.

withPrivateLinkServiceConnectionState

public PrivateEndpointConnectionInner withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)

Set the privateLinkServiceConnectionState property: Approval state of the private link connection.

Parameters:

privateLinkServiceConnectionState - the privateLinkServiceConnectionState value to set.

Returns:

the PrivateEndpointConnectionInner object itself.

withProvisioningState

public PrivateEndpointConnectionInner withProvisioningState(PrivateEndpointConnectionProvisioningState provisioningState)

Set the provisioningState property: Provisioning state of the private endpoint connection.

Parameters:

provisioningState - the provisioningState value to set.

Returns:

the PrivateEndpointConnectionInner object itself.

withTags

public PrivateEndpointConnectionInner withTags(Map tags)

Overrides:

PrivateEndpointConnectionInner.withTags(Map<String,String> tags)

Parameters:

tags

Applies to