RoleAssignmentArtifact(String, BinaryData) 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 RoleAssignmentArtifact.
public RoleAssignmentArtifact (string roleDefinitionId, BinaryData principalIds);
new Azure.ResourceManager.Blueprint.Models.RoleAssignmentArtifact : string * BinaryData -> Azure.ResourceManager.Blueprint.Models.RoleAssignmentArtifact
Public Sub New (roleDefinitionId As String, principalIds As BinaryData)
Parameters
- roleDefinitionId
- String
Azure resource ID of the RoleDefinition.
- principalIds
- BinaryData
Array of user or group identities in Azure Active Directory. The roleDefinition will apply to each identity.
Exceptions
roleDefinitionId
or principalIds
is null.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET