### YamlMime:JavaType uid: "com.microsoft.azure.management.eventhub.Sku" fullName: "com.microsoft.azure.management.eventhub.Sku" name: "Sku" nameWithType: "Sku" summary: "SKU parameters supplied to the create namespace operation." inheritances: - "" inheritedClassMethods: - classRef: "" methodsRef: - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" syntax: "public class **Sku**" constructors: - uid: "com.microsoft.azure.management.eventhub.Sku.Sku()" fullName: "com.microsoft.azure.management.eventhub.Sku.Sku()" name: "Sku()" nameWithType: "Sku.Sku()" syntax: "public Sku()" methods: - uid: "com.microsoft.azure.management.eventhub.Sku.capacity()" fullName: "com.microsoft.azure.management.eventhub.Sku.capacity()" name: "capacity()" nameWithType: "Sku.capacity()" summary: "Get the Event Hubs throughput units, value should be 0 to 20 throughput units." syntax: "public Integer capacity()" desc: "Get the Event Hubs throughput units, value should be 0 to 20 throughput units." returns: description: "the capacity value" type: "" - uid: "com.microsoft.azure.management.eventhub.Sku.name()" fullName: "com.microsoft.azure.management.eventhub.Sku.name()" name: "name()" nameWithType: "Sku.name()" summary: "Get name of this SKU." syntax: "public SkuName name()" desc: "Get name of this SKU. Possible values include: 'Basic', 'Standard'." returns: description: "the name value" type: "" - uid: "com.microsoft.azure.management.eventhub.Sku.tier()" fullName: "com.microsoft.azure.management.eventhub.Sku.tier()" name: "tier()" nameWithType: "Sku.tier()" summary: "Get the billing tier of this particular SKU." syntax: "public SkuTier tier()" desc: "Get the billing tier of this particular SKU. Possible values include: 'Basic', 'Standard'." returns: description: "the tier value" type: "" - uid: "com.microsoft.azure.management.eventhub.Sku.withCapacity(java.lang.Integer)" fullName: "com.microsoft.azure.management.eventhub.Sku.withCapacity(Integer capacity)" name: "withCapacity(Integer capacity)" nameWithType: "Sku.withCapacity(Integer capacity)" summary: "Set the Event Hubs throughput units, value should be 0 to 20 throughput units." parameters: - description: "the capacity value to set" name: "capacity" type: "" syntax: "public Sku withCapacity(Integer capacity)" desc: "Set the Event Hubs throughput units, value should be 0 to 20 throughput units." returns: description: "the Sku object itself." type: "" - uid: "com.microsoft.azure.management.eventhub.Sku.withName(com.microsoft.azure.management.eventhub.SkuName)" fullName: "com.microsoft.azure.management.eventhub.Sku.withName(SkuName name)" name: "withName(SkuName name)" nameWithType: "Sku.withName(SkuName name)" summary: "Set name of this SKU." parameters: - description: "the name value to set" name: "name" type: "" syntax: "public Sku withName(SkuName name)" desc: "Set name of this SKU. Possible values include: 'Basic', 'Standard'." returns: description: "the Sku object itself." type: "" - uid: "com.microsoft.azure.management.eventhub.Sku.withTier(com.microsoft.azure.management.eventhub.SkuTier)" fullName: "com.microsoft.azure.management.eventhub.Sku.withTier(SkuTier tier)" name: "withTier(SkuTier tier)" nameWithType: "Sku.withTier(SkuTier tier)" summary: "Set the billing tier of this particular SKU." parameters: - description: "the tier value to set" name: "tier" type: "" syntax: "public Sku withTier(SkuTier tier)" desc: "Set the billing tier of this particular SKU. Possible values include: 'Basic', 'Standard'." returns: description: "the Sku object itself." type: "" type: "class" desc: "SKU parameters supplied to the create namespace operation." metadata: {} package: "com.microsoft.azure.management.eventhub" artifact: com.microsoft.azure:azure-mgmt-eventhub:1.41.2