Language

ArmCommvaultContentStoreModelFactory.CommvaultRoleAssignment Method

Definition

public static Azure.ResourceManager.CommvaultContentStore.Models.CommvaultRoleAssignment CommvaultRoleAssignment(Azure.ResourceManager.CommvaultContentStore.Models.CommvaultRoleName? roleName = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.CommvaultContentStore.Models.CommvaultEntityInfo> entities = default);
static member CommvaultRoleAssignment : Nullable<Azure.ResourceManager.CommvaultContentStore.Models.CommvaultRoleName> * seq<Azure.ResourceManager.CommvaultContentStore.Models.CommvaultEntityInfo> -> Azure.ResourceManager.CommvaultContentStore.Models.CommvaultRoleAssignment
Public Shared Function CommvaultRoleAssignment (Optional roleName As Nullable(Of CommvaultRoleName) = Nothing, Optional entities As IEnumerable(Of CommvaultEntityInfo) = Nothing) As CommvaultRoleAssignment

Parameters

roleName
Nullable<CommvaultRoleName>

The name of the Commvault role.

entities
IEnumerable<CommvaultEntityInfo>

The Entra entities (users or groups) assigned to this role.

Returns

A new CommvaultRoleAssignment instance for mocking.

Applies to