Interface ActiveDirectoryApplication.UpdateStages.WithMultiTenant
-
- All Known Subinterfaces:
ActiveDirectoryApplication.Update
- Enclosing interface:
- ActiveDirectoryApplication.UpdateStages
@Deprecated public static interface ActiveDirectoryApplication.UpdateStages.WithMultiTenant
Deprecated.The stage of application update 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.UpdatewithAvailableToOtherTenants(boolean availableToOtherTenants)
-
-
-
Method Detail
-
withAvailableToOtherTenants
@Deprecated ActiveDirectoryApplication.Update 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 update
-
-