PrivateEndpointConnection.UpdateStages.WithState Interface

public static interface PrivateEndpointConnection.UpdateStages.WithState

The stage of the private endpoint connection update allowing to specify state.

Method Summary

Modifier and Type Method and Description
abstract Update withDescription(String description)

Specifies description of state property.

abstract Update withStateProperty(PrivateLinkServiceConnectionStateProperty property)

Specifies state property.

abstract Update withStatus(String status)

Specifies status of state property.

Method Details

withDescription

public abstract PrivateEndpointConnection.Update withDescription(String description)

Specifies description of state property.

Parameters:

description - the description of state property

Returns:

the next stage of update

withStateProperty

public abstract PrivateEndpointConnection.Update withStateProperty(PrivateLinkServiceConnectionStateProperty property)

Specifies state property.

Parameters:

property - a private link service connection state property

Returns:

the next stage of update

withStatus

public abstract PrivateEndpointConnection.Update withStatus(String status)

Specifies status of state property.

Parameters:

status - the status of state property

Returns:

the next stage of update

Applies to