Interface PrivateEndpointConnection.DefinitionStages.WithPrivateLinkServiceConnectionState

All Known Subinterfaces:
PrivateEndpointConnection.Definition, PrivateEndpointConnection.DefinitionStages.WithCreate
Enclosing interface:
PrivateEndpointConnection.DefinitionStages

public static interface PrivateEndpointConnection.DefinitionStages.WithPrivateLinkServiceConnectionState
The stage of the PrivateEndpointConnection definition allowing to specify privateLinkServiceConnectionState.
  • Method Details

    • withPrivateLinkServiceConnectionState

      PrivateEndpointConnection.DefinitionStages.WithCreate 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.