Condividi tramite


UsageModelsResult Constructors

Definition

Overloads

UsageModelsResult()

Initializes a new instance of the UsageModelsResult class.

UsageModelsResult(String, IList<UsageModel>)

Initializes a new instance of the UsageModelsResult class.

UsageModelsResult()

Initializes a new instance of the UsageModelsResult class.

public UsageModelsResult ();
Public Sub New ()

Applies to

UsageModelsResult(String, IList<UsageModel>)

Initializes a new instance of the UsageModelsResult class.

public UsageModelsResult (string nextLink = default, System.Collections.Generic.IList<Microsoft.Azure.Management.StorageCache.Models.UsageModel> value = default);
new Microsoft.Azure.Management.StorageCache.Models.UsageModelsResult : string * System.Collections.Generic.IList<Microsoft.Azure.Management.StorageCache.Models.UsageModel> -> Microsoft.Azure.Management.StorageCache.Models.UsageModelsResult
Public Sub New (Optional nextLink As String = Nothing, Optional value As IList(Of UsageModel) = Nothing)

Parameters

nextLink
String

The URI to fetch the next page of Cache usage models.

value
IList<UsageModel>

The list of usage models available for the subscription.

Applies to