Language

ArmCommvaultContentStoreModelFactory.CountProtectedItemsResult(String) Method

Definition

public static Azure.ResourceManager.CommvaultContentStore.Models.CountProtectedItemsResult CountProtectedItemsResult(string count = default);
static member CountProtectedItemsResult : string -> Azure.ResourceManager.CommvaultContentStore.Models.CountProtectedItemsResult
Public Shared Function CountProtectedItemsResult (Optional count As String = Nothing) As CountProtectedItemsResult

Parameters

count
String

The count of protected items.

Returns

A new CountProtectedItemsResult instance for mocking.

Applies to