azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.managem...

108 строки
6.7 KiB
YAML
Исходник Постоянная ссылка Обычный вид История

### 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:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
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: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
- 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: "<xref href=\"com.microsoft.azure.management.eventhub.SkuName?alt=com.microsoft.azure.management.eventhub.SkuName&text=SkuName\" data-throw-if-not-resolved=\"False\" />"
- 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: "<xref href=\"com.microsoft.azure.management.eventhub.SkuTier?alt=com.microsoft.azure.management.eventhub.SkuTier&text=SkuTier\" data-throw-if-not-resolved=\"False\" />"
- 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: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
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: "<xref href=\"com.microsoft.azure.management.eventhub.Sku?alt=com.microsoft.azure.management.eventhub.Sku&text=Sku\" data-throw-if-not-resolved=\"False\" />"
- 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: "<xref href=\"com.microsoft.azure.management.eventhub.SkuName?alt=com.microsoft.azure.management.eventhub.SkuName&text=SkuName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Sku withName(SkuName name)"
desc: "Set name of this SKU. Possible values include: 'Basic', 'Standard'."
returns:
description: "the Sku object itself."
type: "<xref href=\"com.microsoft.azure.management.eventhub.Sku?alt=com.microsoft.azure.management.eventhub.Sku&text=Sku\" data-throw-if-not-resolved=\"False\" />"
- 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: "<xref href=\"com.microsoft.azure.management.eventhub.SkuTier?alt=com.microsoft.azure.management.eventhub.SkuTier&text=SkuTier\" data-throw-if-not-resolved=\"False\" />"
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: "<xref href=\"com.microsoft.azure.management.eventhub.Sku?alt=com.microsoft.azure.management.eventhub.Sku&text=Sku\" data-throw-if-not-resolved=\"False\" />"
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