Package | Description |
---|---|
com.microsoft.azure.management.eventhub |
This package contains the classes for EventHubManagementClient.
|
Modifier and Type | Field and Description |
---|---|
static SkuName |
SkuName.BASIC
Static value Basic for SkuName.
|
static SkuName |
SkuName.STANDARD
Static value Standard for SkuName.
|
Modifier and Type | Method and Description |
---|---|
static SkuName |
SkuName.fromString(String name)
Creates or finds a SkuName from its string representation.
|
SkuName |
EventHubNamespaceSkuType.name() |
SkuName |
Sku.name()
Get name of this SKU.
|
Modifier and Type | Method and Description |
---|---|
static Collection<SkuName> |
SkuName.values() |
Modifier and Type | Method and Description |
---|---|
Sku |
Sku.withName(SkuName name)
Set name of this SKU.
|
Constructor and Description |
---|
EventHubNamespaceSkuType(SkuName name,
SkuTier tier)
Creates event hub namespace sku.
|
Copyright © 2019. All rights reserved.