次の方法で共有


IWithMultiTenant.WithAvailableToOtherTenants(Boolean) メソッド

定義

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

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

パラメーター

availableToOtherTenants
Boolean

このアプリケーションが他のテナントで使用できる場合は True。

戻り値

適用対象