Condividi tramite


StorageTargetsResult Constructors

Definition

Overloads

StorageTargetsResult()

Initializes a new instance of the StorageTargetsResult class.

StorageTargetsResult(String, IList<StorageTarget>)

Initializes a new instance of the StorageTargetsResult class.

StorageTargetsResult()

Initializes a new instance of the StorageTargetsResult class.

public StorageTargetsResult ();
Public Sub New ()

Applies to

StorageTargetsResult(String, IList<StorageTarget>)

Initializes a new instance of the StorageTargetsResult class.

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

Parameters

nextLink
String

The URI to fetch the next page of Storage Targets.

value
IList<StorageTarget>

The list of Storage Targets defined for the Cache.

Applies to