Language

ArmCommvaultContentStoreModelFactory.ProtectedItemProperties Method

Definition

public static Azure.ResourceManager.CommvaultContentStore.Models.ProtectedItemProperties ProtectedItemProperties(string resourceName = default, long lastBackUpTime = 0, string resourceGroup = default, Azure.Core.AzureLocation location = default, string vmGuid = default);
static member ProtectedItemProperties : string * int64 * string * Azure.Core.AzureLocation * string -> Azure.ResourceManager.CommvaultContentStore.Models.ProtectedItemProperties
Public Shared Function ProtectedItemProperties (Optional resourceName As String = Nothing, Optional lastBackUpTime As Long = 0, Optional resourceGroup As String = Nothing, Optional location As AzureLocation = Nothing, Optional vmGuid As String = Nothing) As ProtectedItemProperties

Parameters

resourceName
String

The Name of the commvault protected item.

lastBackUpTime
Int64

The Commvault Protected Item backup time.

resourceGroup
String

The resource group of the protected item.

location
AzureLocation

The location of the protected item.

vmGuid
String

The GUID of VM.

Returns

A new ProtectedItemProperties instance for mocking.

Applies to