108 строки
6.2 KiB
YAML
108 строки
6.2 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.servicebus.Sku"
|
|
fullName: "com.microsoft.azure.management.servicebus.Sku"
|
|
name: "Sku"
|
|
nameWithType: "Sku"
|
|
summary: "SKU of the namespace."
|
|
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.servicebus.Sku.Sku()"
|
|
fullName: "com.microsoft.azure.management.servicebus.Sku.Sku()"
|
|
name: "Sku()"
|
|
nameWithType: "Sku.Sku()"
|
|
syntax: "public Sku()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.servicebus.Sku.capacity()"
|
|
fullName: "com.microsoft.azure.management.servicebus.Sku.capacity()"
|
|
name: "capacity()"
|
|
nameWithType: "Sku.capacity()"
|
|
summary: "Get the capacity value."
|
|
syntax: "public Integer capacity()"
|
|
desc: "Get the capacity value."
|
|
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.servicebus.Sku.name()"
|
|
fullName: "com.microsoft.azure.management.servicebus.Sku.name()"
|
|
name: "name()"
|
|
nameWithType: "Sku.name()"
|
|
summary: "Get the name value."
|
|
syntax: "public SkuName name()"
|
|
desc: "Get the name value."
|
|
returns:
|
|
description: "the name value"
|
|
type: "<xref href=\"com.microsoft.azure.management.servicebus.SkuName?alt=com.microsoft.azure.management.servicebus.SkuName&text=SkuName\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.servicebus.Sku.tier()"
|
|
fullName: "com.microsoft.azure.management.servicebus.Sku.tier()"
|
|
name: "tier()"
|
|
nameWithType: "Sku.tier()"
|
|
summary: "Get the tier value."
|
|
syntax: "public SkuTier tier()"
|
|
desc: "Get the tier value."
|
|
returns:
|
|
description: "the tier value"
|
|
type: "<xref href=\"com.microsoft.azure.management.servicebus.SkuTier?alt=com.microsoft.azure.management.servicebus.SkuTier&text=SkuTier\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.servicebus.Sku.withCapacity(java.lang.Integer)"
|
|
fullName: "com.microsoft.azure.management.servicebus.Sku.withCapacity(Integer capacity)"
|
|
name: "withCapacity(Integer capacity)"
|
|
nameWithType: "Sku.withCapacity(Integer capacity)"
|
|
summary: "Set the capacity value."
|
|
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 capacity value."
|
|
returns:
|
|
description: "the Sku object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.servicebus.Sku?alt=com.microsoft.azure.management.servicebus.Sku&text=Sku\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.servicebus.Sku.withName(com.microsoft.azure.management.servicebus.SkuName)"
|
|
fullName: "com.microsoft.azure.management.servicebus.Sku.withName(SkuName name)"
|
|
name: "withName(SkuName name)"
|
|
nameWithType: "Sku.withName(SkuName name)"
|
|
summary: "Set the name value."
|
|
parameters:
|
|
- description: "the name value to set"
|
|
name: "name"
|
|
type: "<xref href=\"com.microsoft.azure.management.servicebus.SkuName?alt=com.microsoft.azure.management.servicebus.SkuName&text=SkuName\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public Sku withName(SkuName name)"
|
|
desc: "Set the name value."
|
|
returns:
|
|
description: "the Sku object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.servicebus.Sku?alt=com.microsoft.azure.management.servicebus.Sku&text=Sku\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.servicebus.Sku.withTier(com.microsoft.azure.management.servicebus.SkuTier)"
|
|
fullName: "com.microsoft.azure.management.servicebus.Sku.withTier(SkuTier tier)"
|
|
name: "withTier(SkuTier tier)"
|
|
nameWithType: "Sku.withTier(SkuTier tier)"
|
|
summary: "Set the tier value."
|
|
parameters:
|
|
- description: "the tier value to set"
|
|
name: "tier"
|
|
type: "<xref href=\"com.microsoft.azure.management.servicebus.SkuTier?alt=com.microsoft.azure.management.servicebus.SkuTier&text=SkuTier\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public Sku withTier(SkuTier tier)"
|
|
desc: "Set the tier value."
|
|
returns:
|
|
description: "the Sku object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.servicebus.Sku?alt=com.microsoft.azure.management.servicebus.Sku&text=Sku\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "SKU of the namespace."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.servicebus"
|
|
artifact: com.microsoft.azure:azure-mgmt-servicebus:1.41.4
|