ArmCommvaultContentStoreModelFactory.RoleMappingProperties Method
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.
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
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.