PrivateEndpointConnection.DefinitionStages.WithPrivateLinkServiceConnectionState Interface

public static interface PrivateEndpointConnection.DefinitionStages.WithPrivateLinkServiceConnectionState

The stage of the PrivateEndpointConnection definition allowing to specify privateLinkServiceConnectionState.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)

Specifies the privateLinkServiceConnectionState property: Connection state of the private endpoint connection..

Method Details

withPrivateLinkServiceConnectionState

public abstract PrivateEndpointConnection.DefinitionStages.WithCreate withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)

Specifies the privateLinkServiceConnectionState property: Connection state of the private endpoint connection..

Parameters:

privateLinkServiceConnectionState - Connection state of the private endpoint connection.

Returns:

the next definition stage.

Applies to