Interface ActiveDirectoryApplication.DefinitionStages.WithMultiTenant
- All Known Subinterfaces:
ActiveDirectoryApplication.Definition,ActiveDirectoryApplication.DefinitionStages.Blank,ActiveDirectoryApplication.DefinitionStages.WithCreate
- Enclosing interface:
- ActiveDirectoryApplication.DefinitionStages
Deprecated.
The stage of application definition allowing specifying if the application can be used in multiple tenants.
-
Method Summary
-
Method Details
-
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
-
ActiveDirectoryApplication.DefinitionStages.WithAccountType