PrivateEndpointConnectionInner Class

  • java.lang.Object
    • ProxyResource
      • com.microsoft.azure.management.batch.implementation.PrivateEndpointConnectionInner

public class PrivateEndpointConnectionInner

Contains information about a private link resource.

Method Summary

Modifier and Type Method and Description
String etag()

Get the ETag of the resource, used for concurrency statements.

PrivateEndpoint privateEndpoint()

Get the privateEndpoint value.

PrivateLinkServiceConnectionState privateLinkServiceConnectionState()

Get the privateLinkServiceConnectionState value.

PrivateEndpointConnectionProvisioningState provisioningState()

Get possible values include: 'Succeeded', 'Updating', 'Failed'.

PrivateEndpointConnectionInner withPrivateEndpoint(PrivateEndpoint privateEndpoint)

Set the privateEndpoint value.

PrivateEndpointConnectionInner withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)

Set the privateLinkServiceConnectionState value.

Method Details

etag

public String etag()

Get the ETag of the resource, used for concurrency statements.

Returns:

the etag value

privateEndpoint

public PrivateEndpoint privateEndpoint()

Get the privateEndpoint value.

Returns:

the privateEndpoint value

privateLinkServiceConnectionState

public PrivateLinkServiceConnectionState privateLinkServiceConnectionState()

Get the privateLinkServiceConnectionState value.

Returns:

the privateLinkServiceConnectionState value

provisioningState

public PrivateEndpointConnectionProvisioningState provisioningState()

Get possible values include: 'Succeeded', 'Updating', 'Failed'.

Returns:

the provisioningState value

withPrivateEndpoint

public PrivateEndpointConnectionInner withPrivateEndpoint(PrivateEndpoint privateEndpoint)

Set the privateEndpoint value.

Parameters:

privateEndpoint - the privateEndpoint value to set

Returns:

the PrivateEndpointConnectionInner object itself.

withPrivateLinkServiceConnectionState

public PrivateEndpointConnectionInner withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)

Set the privateLinkServiceConnectionState value.

Parameters:

privateLinkServiceConnectionState - the privateLinkServiceConnectionState value to set

Returns:

the PrivateEndpointConnectionInner object itself.

Applies to