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

106 строки
5.0 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\" />"
inheritedMembers:
- "java.lang.Object.clone()"
- "java.lang.Object.equals(java.lang.Object)"
- "java.lang.Object.finalize()"
- "java.lang.Object.getClass()"
- "java.lang.Object.hashCode()"
- "java.lang.Object.notify()"
- "java.lang.Object.notifyAll()"
- "java.lang.Object.toString()"
- "java.lang.Object.wait()"
- "java.lang.Object.wait(long)"
- "java.lang.Object.wait(long,int)"
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