PrivateEndpointConnection.UpdateStages.WithPrivateLinkServiceConnectionState Interface

public static interface PrivateEndpointConnection.UpdateStages.WithPrivateLinkServiceConnectionState

The stage of the PrivateEndpointConnection update allowing to specify privateLinkServiceConnectionState.

Method Summary

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

Specifies the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider..

Method Details

withPrivateLinkServiceConnectionState

public abstract PrivateEndpointConnection.Update withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)

Specifies the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider..

Parameters:

privateLinkServiceConnectionState - A collection of information about the state of the connection between service consumer and provider.

Returns:

the next definition stage.

Applies to