Class EventHubNamespaceSkuType
java.lang.Object
com.microsoft.azure.management.eventhub.EventHubNamespaceSkuType
Defines values for EventHubNamespaceSkuType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EventHubNamespaceSkuType
Static value NamespaceSku for BASIC.static final EventHubNamespaceSkuType
Static value NamespaceSku for STANDARD. -
Constructor Summary
ConstructorsConstructorDescriptionCreates event hub namespace sku.EventHubNamespaceSkuType
(SkuName name, SkuTier tier) Creates event hub namespace sku. -
Method Summary
-
Field Details
-
BASIC
Static value NamespaceSku for BASIC. -
STANDARD
Static value NamespaceSku for STANDARD.
-
-
Constructor Details
-
EventHubNamespaceSkuType
Creates event hub namespace sku.- Parameters:
sku
- inner sku model instance
-
EventHubNamespaceSkuType
Creates event hub namespace sku.- Parameters:
name
- sku nametier
- sku tier
-
-
Method Details
-
inner
-
name
- Returns:
- sku tier
-
tier
- Returns:
- sku tier
-
capacity
public int capacity()- Returns:
- sku capacity
-
toString
-
hashCode
public int hashCode() -
equals
-