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(String, 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(String, String)
Initializes a new instance of the DiskSku class.
public DiskSku (string name = default, string tier = default);
new Microsoft.Azure.Management.Compute.Models.DiskSku : string * string -> Microsoft.Azure.Management.Compute.Models.DiskSku
Public Sub New (Optional name As String = Nothing, Optional tier As String = Nothing)
Parameters
- name
- String
The sku name. Possible values include: 'Standard_LRS', 'Premium_LRS', 'StandardSSD_LRS', 'UltraSSD_LRS', 'Premium_ZRS', 'StandardSSD_ZRS', 'PremiumV2_LRS'
- tier
- String
The sku tier.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET