StorageSkuListResult 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
StorageSkuListResult() |
Initializes a new instance of the StorageSkuListResult class. |
StorageSkuListResult(IList<SkuInformation>) |
Initializes a new instance of the StorageSkuListResult class. |
StorageSkuListResult()
Initializes a new instance of the StorageSkuListResult class.
public StorageSkuListResult ();
Public Sub New ()
Applies to
StorageSkuListResult(IList<SkuInformation>)
Initializes a new instance of the StorageSkuListResult class.
public StorageSkuListResult (System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.SkuInformation> value = default);
new Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.StorageSkuListResult : System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.SkuInformation> -> Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.StorageSkuListResult
Public Sub New (Optional value As IList(Of SkuInformation) = Nothing)
Parameters
- value
- IList<SkuInformation>
Get the list result of storage SKUs and their properties.