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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.