ManagedServicesRegistrationProperties Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET