次の方法で共有


IWithMultiTenant.WithAvailableToOtherTenants(Boolean) メソッド

定義

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

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

パラメーター

availableToOtherTenants
Boolean

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

戻り値

適用対象