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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET