次の方法で共有


ActiveDirectoryApplicationImpl.IWithMultiTenant.WithAvailableToOtherTenants メソッド

定義

アプリケーションを複数のテナントで使用できるかどうかを指定します。

Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryApplication.Update.IUpdate IWithMultiTenant.WithAvailableToOtherTenants(bool availableToOtherTenants);
abstract member Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryApplication.Update.IWithMultiTenant.WithAvailableToOtherTenants : bool -> Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryApplication.Update.IUpdate
override this.Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryApplication.Update.IWithMultiTenant.WithAvailableToOtherTenants : bool -> Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryApplication.Update.IUpdate
Function WithAvailableToOtherTenants (availableToOtherTenants As Boolean) As IUpdate Implements IWithMultiTenant.WithAvailableToOtherTenants

パラメーター

availableToOtherTenants
Boolean

True を指定すると、このアプリケーションは他のテナントで使用できます。

戻り値

実装

適用対象