Language

ArmCommvaultContentStoreModelFactory.CommvaultEntityInfo Method

Definition

public static Azure.ResourceManager.CommvaultContentStore.Models.CommvaultEntityInfo CommvaultEntityInfo(string id = default, string displayName = default, Azure.ResourceManager.CommvaultContentStore.Models.CommvaultEntityType? entityType = default);
static member CommvaultEntityInfo : string * string * Nullable<Azure.ResourceManager.CommvaultContentStore.Models.CommvaultEntityType> -> Azure.ResourceManager.CommvaultContentStore.Models.CommvaultEntityInfo
Public Shared Function CommvaultEntityInfo (Optional id As String = Nothing, Optional displayName As String = Nothing, Optional entityType As Nullable(Of CommvaultEntityType) = Nothing) As CommvaultEntityInfo

Parameters

id
String

The unique identifier (UUID) of the Entra entity.

displayName
String

The display name of the Entra entity.

entityType
Nullable<CommvaultEntityType>

The type of entity - user or group.

Returns

A new CommvaultEntityInfo instance for mocking.

Applies to