Interface Account.DefinitionStages.WithPrivateEndpointConnections

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

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

    • withPrivateEndpointConnections

      Account.DefinitionStages.WithCreate withPrivateEndpointConnections(List<PrivateEndpointConnectionInner> privateEndpointConnections)
      Specifies the privateEndpointConnections property: List of private endpoint connections associated with the account..
      Parameters:
      privateEndpointConnections - List of private endpoint connections associated with the account.
      Returns:
      the next definition stage.