ArmCommvaultContentStoreModelFactory.CommvaultEntityInfo 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.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.