Language

ArmCommvaultContentStoreModelFactory.RoleMappingProperties Method

Definition

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

Parameters

roles
IEnumerable<CommvaultRoleAssignment>

The list of role assignments mapping roles to Entra entities (users and groups).

provisioningState
Nullable<ResourceProvisioningState>

Provisioning state of the resource.

Returns

A new RoleMappingProperties instance for mocking.

Applies to