Uses of Class
com.azure.resourcemanager.eventhubs.models.ClusterSku
Packages that use ClusterSku
Package
Description
Package containing the inner data models for EventHubManagementClient.
Package containing the data models for EventHubManagementClient.
-
Uses of ClusterSku in com.azure.resourcemanager.eventhubs.fluent.models
Methods in com.azure.resourcemanager.eventhubs.fluent.models that return ClusterSkuModifier and TypeMethodDescriptionClusterInner.sku()Get the sku property: Properties of the cluster SKU.Methods in com.azure.resourcemanager.eventhubs.fluent.models with parameters of type ClusterSkuModifier and TypeMethodDescriptionClusterInner.withSku(ClusterSku sku) Set the sku property: Properties of the cluster SKU. -
Uses of ClusterSku in com.azure.resourcemanager.eventhubs.models
Methods in com.azure.resourcemanager.eventhubs.models that return ClusterSkuModifier and TypeMethodDescriptionstatic ClusterSkuClusterSku.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ClusterSku from the JsonReader.ClusterSku.withCapacity(Integer capacity) Set the capacity property: The quantity of Event Hubs Cluster Capacity Units contained in this cluster.ClusterSku.withName(ClusterSkuName name) Set the name property: Name of this SKU.