次の方法で共有


ManagedServicesRegistrationProperties コンストラクター

定義

ManagedServicesRegistrationProperties の新しいインスタンスを初期化します。

public ManagedServicesRegistrationProperties (System.Collections.Generic.IEnumerable<Azure.ResourceManager.ManagedServices.Models.ManagedServicesAuthorization> authorizations, Guid managedByTenantId);
new Azure.ResourceManager.ManagedServices.Models.ManagedServicesRegistrationProperties : seq<Azure.ResourceManager.ManagedServices.Models.ManagedServicesAuthorization> * Guid -> Azure.ResourceManager.ManagedServices.Models.ManagedServicesRegistrationProperties
Public Sub New (authorizations As IEnumerable(Of ManagedServicesAuthorization), managedByTenantId As Guid)

パラメーター

authorizations
IEnumerable<ManagedServicesAuthorization>

managedBy テナント内の Azure Active Directory プリンシパルへのアクセスを記述する承認オブジェクトのコレクションは、マネージド テナント内の委任されたリソースで受け取ります。

managedByTenantId
Guid

managedBy テナントの識別子。

例外

authorizations が null です。

適用対象