PrivateEndpointConnectionInner Class

public class PrivateEndpointConnectionInner
extends Resource

The Private Endpoint Connection resource.

Constructor Summary

Constructor Description
PrivateEndpointConnectionInner()

Method Summary

Modifier and Type Method and Description
Identity identity()

Get the identity property: The identity of the resource.

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.

Sku sku()

Get the sku property: The sku of the workspace.

SystemData systemData()

Get the systemData property: Read only system data.

void validate()

Validates the instance.

PrivateEndpointConnectionInner withIdentity(Identity identity)

Set the identity property: The identity of the resource.

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

Set the privateEndpoint property: The resource of private end point.

PrivateEndpointConnectionInner withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)

Set the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider.

PrivateEndpointConnectionInner withSku(Sku sku)

Set the sku property: The sku of the workspace.

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()

Method Details

identity

public Identity identity()

Get the identity property: The identity of the resource.

Returns:

the identity value.

privateEndpoint

public PrivateEndpoint privateEndpoint()

Get the privateEndpoint property: The resource of private end point.

Returns:

the privateEndpoint value.

privateLinkServiceConnectionState

public PrivateLinkServiceConnectionState privateLinkServiceConnectionState()

Get the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider.

Returns:

the privateLinkServiceConnectionState value.

provisioningState

public PrivateEndpointConnectionProvisioningState provisioningState()

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

Returns:

the provisioningState value.

sku

public Sku sku()

Get the sku property: The sku of the workspace.

Returns:

the sku value.

systemData

public SystemData systemData()

Get the systemData property: Read only system data.

Returns:

the systemData value.

validate

public void validate()

Validates the instance.

withIdentity

public PrivateEndpointConnectionInner withIdentity(Identity identity)

Set the identity property: The identity of the resource.

Parameters:

identity - the identity 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: The resource of private end point.

Parameters:

privateEndpoint - the privateEndpoint value to set.

Returns:

the PrivateEndpointConnectionInner object itself.

withPrivateLinkServiceConnectionState

public PrivateEndpointConnectionInner withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)

Set the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider.

Parameters:

privateLinkServiceConnectionState - the privateLinkServiceConnectionState value to set.

Returns:

the PrivateEndpointConnectionInner object itself.

withSku

public PrivateEndpointConnectionInner withSku(Sku sku)

Set the sku property: The sku of the workspace.

Parameters:

sku - the sku 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