StorageSkuListResult Constructors

Definition

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.

Applies to