PrivateLinkServiceConnectionState Class

  • java.lang.Object
    • com.microsoft.azure.management.batch.PrivateLinkServiceConnectionState

public class PrivateLinkServiceConnectionState

The private link service connection state of the private endpoint connection.

Method Summary

Modifier and Type Method and Description
String actionRequired()

Get the actionRequired value.

String description()

Get the description value.

PrivateLinkServiceConnectionStatus status()

Get possible values include: 'Approved', 'Pending', 'Rejected', 'Disconnected'.

PrivateLinkServiceConnectionState withDescription(String description)

Set the description value.

PrivateLinkServiceConnectionState withStatus(PrivateLinkServiceConnectionStatus status)

Set possible values include: 'Approved', 'Pending', 'Rejected', 'Disconnected'.

Method Details

actionRequired

public String actionRequired()

Get the actionRequired value.

Returns:

the actionRequired value

description

public String description()

Get the description value.

Returns:

the description value

status

public PrivateLinkServiceConnectionStatus status()

Get possible values include: 'Approved', 'Pending', 'Rejected', 'Disconnected'.

Returns:

the status value

withDescription

public PrivateLinkServiceConnectionState withDescription(String description)

Set the description value.

Parameters:

description - the description value to set

Returns:

the PrivateLinkServiceConnectionState object itself.

withStatus

public PrivateLinkServiceConnectionState withStatus(PrivateLinkServiceConnectionStatus status)

Set possible values include: 'Approved', 'Pending', 'Rejected', 'Disconnected'.

Parameters:

status - the status value to set

Returns:

the PrivateLinkServiceConnectionState object itself.

Applies to