Interface Workspace.DefinitionStages.WithAzureADOnlyAuthentication

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

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

    • withAzureADOnlyAuthentication

      Workspace.DefinitionStages.WithCreate withAzureADOnlyAuthentication(Boolean azureADOnlyAuthentication)
      Specifies the azureADOnlyAuthentication property: Enable or Disable AzureADOnlyAuthentication on All Workspace subresource.
      Parameters:
      azureADOnlyAuthentication - Enable or Disable AzureADOnlyAuthentication on All Workspace subresource.
      Returns:
      the next definition stage.