共用方式為


ManagedServicesRegistrationProperties Constructor

Definition

Initializes a new instance of 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)

Parameters

authorizations
IEnumerable<ManagedServicesAuthorization>

The collection of authorization objects describing the access Azure Active Directory principals in the managedBy tenant will receive on the delegated resource in the managed tenant.

managedByTenantId
Guid

The identifier of the managedBy tenant.

Exceptions

authorizations is null.

Applies to