StorageTargetsResult Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET