SBSku 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
SBSku() |
Initializes a new instance of the SBSku class. |
SBSku(String, String, Nullable<Int32>) |
Initializes a new instance of the SBSku class. |
SBSku()
Initializes a new instance of the SBSku class.
public SBSku ();
Public Sub New ()
Applies to
SBSku(String, String, Nullable<Int32>)
Initializes a new instance of the SBSku class.
public SBSku (string name, string tier = default, int? capacity = default);
new Microsoft.Azure.Management.ServiceBus.Models.SBSku : string * string * Nullable<int> -> Microsoft.Azure.Management.ServiceBus.Models.SBSku
Public Sub New (name As String, Optional tier As String = Nothing, Optional capacity As Nullable(Of Integer) = Nothing)
Parameters
- name
- String
Name of this SKU. Possible values include: 'Basic', 'Standard', 'Premium'
- tier
- String
The billing tier of this particular SKU. Possible values include: 'Basic', 'Standard', 'Premium'
The specified messaging units for the tier. For Premium tier, capacity are 1,2 and 4.
Applies to
Azure SDK for .NET