DiskSku 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
DiskSku() |
Initializes a new instance of the DiskSku class. |
DiskSku(DiskStorageAccountTypes, String) |
Initializes a new instance of the DiskSku class. |
DiskSku()
Initializes a new instance of the DiskSku class.
public DiskSku ();
Public Sub New ()
Applies to
DiskSku(DiskStorageAccountTypes, String)
Initializes a new instance of the DiskSku class.
public DiskSku (Microsoft.Azure.Management.Compute.Fluent.Models.DiskStorageAccountTypes name = default, string tier = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.DiskSku : Microsoft.Azure.Management.Compute.Fluent.Models.DiskStorageAccountTypes * string -> Microsoft.Azure.Management.Compute.Fluent.Models.DiskSku
Public Sub New (Optional name As DiskStorageAccountTypes = Nothing, Optional tier As String = Nothing)
Parameters
The sku name. Possible values include: 'Standard_LRS', 'Premium_LRS', 'StandardSSD_LRS', 'UltraSSD_LRS'
- tier
- String
The sku tier.
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