Share via


UsageModel Constructors

Definition

Overloads

UsageModel()

Initializes a new instance of the UsageModel class.

UsageModel(UsageModelDisplay, String, String)

Initializes a new instance of the UsageModel class.

UsageModel()

Initializes a new instance of the UsageModel class.

public UsageModel ();
Public Sub New ()

Applies to

UsageModel(UsageModelDisplay, String, String)

Initializes a new instance of the UsageModel class.

public UsageModel (Microsoft.Azure.Management.StorageCache.Models.UsageModelDisplay display = default, string modelName = default, string targetType = default);
new Microsoft.Azure.Management.StorageCache.Models.UsageModel : Microsoft.Azure.Management.StorageCache.Models.UsageModelDisplay * string * string -> Microsoft.Azure.Management.StorageCache.Models.UsageModel
Public Sub New (Optional display As UsageModelDisplay = Nothing, Optional modelName As String = Nothing, Optional targetType As String = Nothing)

Parameters

display
UsageModelDisplay

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).

Applies to