NamespaceSku 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
NamespaceSku(Sku) |
Creates Service Bus namespace SKU. |
NamespaceSku(String, String) |
Creates Service Bus namespace sku. |
NamespaceSku(String, String, Int32) |
Creates Service Bus namespace SKU. |
NamespaceSku(Sku)
Creates Service Bus namespace SKU.
public NamespaceSku (Microsoft.Azure.Management.ServiceBus.Fluent.Models.Sku sku);
new Microsoft.Azure.Management.ServiceBus.Fluent.NamespaceSku : Microsoft.Azure.Management.ServiceBus.Fluent.Models.Sku -> Microsoft.Azure.Management.ServiceBus.Fluent.NamespaceSku
Public Sub New (sku As Sku)
Parameters
- sku
- Sku
Inner sku model instance.
Applies to
NamespaceSku(String, String)
Creates Service Bus namespace sku.
public NamespaceSku (string name, string tier);
new Microsoft.Azure.Management.ServiceBus.Fluent.NamespaceSku : string * string -> Microsoft.Azure.Management.ServiceBus.Fluent.NamespaceSku
Public Sub New (name As String, tier As String)
Parameters
- name
- String
Sku name.
- tier
- String
Sku tier.
Applies to
NamespaceSku(String, String, Int32)
Creates Service Bus namespace SKU.
public NamespaceSku (string name, string tier, int capacity);
new Microsoft.Azure.Management.ServiceBus.Fluent.NamespaceSku : string * string * int -> Microsoft.Azure.Management.ServiceBus.Fluent.NamespaceSku
Public Sub New (name As String, tier As String, capacity As Integer)
Parameters
- name
- String
Sku name.
- tier
- String
Sku tier.
- capacity
- Int32
Factor of resources allocated to host Service Bus.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET