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() | |
DiskSku(String, String) |
DiskSku()
public DiskSku ();
Public Sub New ()
Applies to
DiskSku(String, String)
public DiskSku (string name = default, string tier = default);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.DiskSku : string * string -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.DiskSku
Public Sub New (Optional name As String = Nothing, Optional tier As String = Nothing)
Parameters
- name
- String
- tier
- String