ResourceSkusResult 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
ResourceSkusResult() |
Initializes a new instance of the ResourceSkusResult class. |
ResourceSkusResult(String, IList<ResourceSku>) |
Initializes a new instance of the ResourceSkusResult class. |
ResourceSkusResult()
Initializes a new instance of the ResourceSkusResult class.
public ResourceSkusResult ();
Public Sub New ()
Applies to
ResourceSkusResult(String, IList<ResourceSku>)
Initializes a new instance of the ResourceSkusResult class.
public ResourceSkusResult (string nextLink = default, System.Collections.Generic.IList<Microsoft.Azure.Management.StorageCache.Models.ResourceSku> value = default);
new Microsoft.Azure.Management.StorageCache.Models.ResourceSkusResult : string * System.Collections.Generic.IList<Microsoft.Azure.Management.StorageCache.Models.ResourceSku> -> Microsoft.Azure.Management.StorageCache.Models.ResourceSkusResult
Public Sub New (Optional nextLink As String = Nothing, Optional value As IList(Of ResourceSku) = Nothing)
Parameters
- nextLink
- String
The URI to fetch the next page of Cache SKUs.
- value
- IList<ResourceSku>
The list of SKUs available for the subscription.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET