Interface Workspace.DefinitionStages.WithPrivateEndpointConnections

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

public static interface Workspace.DefinitionStages.WithPrivateEndpointConnections
The stage of the Workspace definition allowing to specify privateEndpointConnections.
  • Method Details

    • withPrivateEndpointConnections

      Workspace.DefinitionStages.WithCreate withPrivateEndpointConnections(List<PrivateEndpointConnectionInner> privateEndpointConnections)
      Specifies the privateEndpointConnections property: Private endpoint connections to the workspace.
      Parameters:
      privateEndpointConnections - Private endpoint connections to the workspace.
      Returns:
      the next definition stage.