Share via


ArmStorageCacheModelFactory.StorageCacheUsageModel Method

Definition

Initializes a new instance of StorageCacheUsageModel.

public static Azure.ResourceManager.StorageCache.Models.StorageCacheUsageModel StorageCacheUsageModel (string displayDescription = default, string modelName = default, string targetType = default);
static member StorageCacheUsageModel : string * string * string -> Azure.ResourceManager.StorageCache.Models.StorageCacheUsageModel
Public Shared Function StorageCacheUsageModel (Optional displayDescription As String = Nothing, Optional modelName As String = Nothing, Optional targetType As String = Nothing) As StorageCacheUsageModel

Parameters

displayDescription
String

Localized information describing this usage model.

modelName
String

Non-localized keyword name for this usage model.

targetType
String

The type of Storage Target to which this model is applicable (only nfs3 as of this version).

Returns

A new StorageCacheUsageModel instance for mocking.

Applies to