Interface ActiveDirectoryApplication.DefinitionStages.WithMultiTenant
-
- All Known Subinterfaces:
ActiveDirectoryApplication.Definition,ActiveDirectoryApplication.DefinitionStages.Blank,ActiveDirectoryApplication.DefinitionStages.WithCreate
- Enclosing interface:
- ActiveDirectoryApplication.DefinitionStages
@Deprecated public static interface ActiveDirectoryApplication.DefinitionStages.WithMultiTenant
Deprecated.The stage of application definition allowing specifying if the application can be used in multiple tenants.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ActiveDirectoryApplication.DefinitionStages.WithCreatewithAvailableToOtherTenants(boolean availableToOtherTenants)
-
-
-
Method Detail
-
withAvailableToOtherTenants
@Deprecated ActiveDirectoryApplication.DefinitionStages.WithCreate withAvailableToOtherTenants(boolean availableToOtherTenants)
Deprecated.Specifies if the application can be used in multiple tenants.- Parameters:
availableToOtherTenants- true if this application is available in other tenants- Returns:
- the next stage in application definition
-
-