public class EHNamespaceInner
extends com.azure.core.management.Resource
| Constructor and Description |
|---|
EHNamespaceInner() |
| Modifier and Type | Method and Description |
|---|---|
OffsetDateTime |
createdAt()
Get the createdAt property: The time the Namespace was created.
|
Boolean |
isAutoInflateEnabled()
Get the isAutoInflateEnabled property: Value that indicates whether AutoInflate is enabled for eventhub
namespace.
|
Boolean |
kafkaEnabled()
Get the kafkaEnabled property: Value that indicates whether Kafka is enabled for eventhub namespace.
|
Integer |
maximumThroughputUnits()
Get the maximumThroughputUnits property: Upper limit of throughput units when AutoInflate is enabled, value
should be within 0 to 20 throughput units.
|
String |
metricId()
Get the metricId property: Identifier for Azure Insights metrics.
|
String |
provisioningState()
Get the provisioningState property: Provisioning state of the Namespace.
|
String |
serviceBusEndpoint()
Get the serviceBusEndpoint property: Endpoint you can use to perform Service Bus operations.
|
Sku |
sku()
Get the sku property: Properties of sku resource.
|
OffsetDateTime |
updatedAt()
Get the updatedAt property: The time the Namespace was updated.
|
void |
validate()
Validates the instance.
|
EHNamespaceInner |
withIsAutoInflateEnabled(Boolean isAutoInflateEnabled)
Set the isAutoInflateEnabled property: Value that indicates whether AutoInflate is enabled for eventhub
namespace.
|
EHNamespaceInner |
withKafkaEnabled(Boolean kafkaEnabled)
Set the kafkaEnabled property: Value that indicates whether Kafka is enabled for eventhub namespace.
|
EHNamespaceInner |
withMaximumThroughputUnits(Integer maximumThroughputUnits)
Set the maximumThroughputUnits property: Upper limit of throughput units when AutoInflate is enabled, value
should be within 0 to 20 throughput units.
|
EHNamespaceInner |
withSku(Sku sku)
Set the sku property: Properties of sku resource.
|
public Sku sku()
public EHNamespaceInner withSku(Sku sku)
sku - the sku value to set.public String provisioningState()
public OffsetDateTime createdAt()
public OffsetDateTime updatedAt()
public String serviceBusEndpoint()
public String metricId()
public Boolean isAutoInflateEnabled()
public EHNamespaceInner withIsAutoInflateEnabled(Boolean isAutoInflateEnabled)
isAutoInflateEnabled - the isAutoInflateEnabled value to set.public Integer maximumThroughputUnits()
public EHNamespaceInner withMaximumThroughputUnits(Integer maximumThroughputUnits)
maximumThroughputUnits - the maximumThroughputUnits value to set.public Boolean kafkaEnabled()
public EHNamespaceInner withKafkaEnabled(Boolean kafkaEnabled)
kafkaEnabled - the kafkaEnabled value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.