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.

Constructor Summary

Constructor Description
PrivateLinkServiceConnectionState()

Method Summary

Modifier and Type Method and Description
java.lang.String actionRequired()

Get the actionRequired value.

java.lang.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'.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

PrivateLinkServiceConnectionState

public PrivateLinkServiceConnectionState()

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