Sku 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
Sku() |
Initializes a new instance of the Sku class. |
Sku(String, Nullable<SkuTier>) |
Initializes a new instance of the Sku class. |
Sku()
Initializes a new instance of the Sku class.
public Sku ();
Public Sub New ()
Applies to
Sku(String, Nullable<SkuTier>)
Initializes a new instance of the Sku class.
public Sku (string name, Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.SkuTier? tier = default);
new Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.Sku : string * Nullable<Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.SkuTier> -> Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.Sku
Public Sub New (name As String, Optional tier As Nullable(Of SkuTier) = Nothing)
Parameters
- name
- String
Possible values include: 'Standard_LRS', 'Standard_GRS', 'Standard_RAGRS', 'Standard_ZRS', 'Premium_LRS', 'Premium_ZRS', 'Standard_GZRS', 'Standard_RAGZRS'