84 строки
6.6 KiB
YAML
84 строки
6.6 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiManagementServiceSkuProperties"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiManagementServiceSkuProperties"
|
|
name: "ApiManagementServiceSkuProperties"
|
|
nameWithType: "ApiManagementServiceSkuProperties"
|
|
summary: "API Management service resource SKU properties."
|
|
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 **ApiManagementServiceSkuProperties**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiManagementServiceSkuProperties.ApiManagementServiceSkuProperties()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiManagementServiceSkuProperties.ApiManagementServiceSkuProperties()"
|
|
name: "ApiManagementServiceSkuProperties()"
|
|
nameWithType: "ApiManagementServiceSkuProperties.ApiManagementServiceSkuProperties()"
|
|
syntax: "public ApiManagementServiceSkuProperties()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiManagementServiceSkuProperties.capacity()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiManagementServiceSkuProperties.capacity()"
|
|
name: "capacity()"
|
|
nameWithType: "ApiManagementServiceSkuProperties.capacity()"
|
|
summary: "Get capacity of the SKU (number of deployed units of the SKU)."
|
|
syntax: "public Integer capacity()"
|
|
desc: "Get capacity of the SKU (number of deployed units of the SKU)."
|
|
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.apimanagement.v2019_01_01.ApiManagementServiceSkuProperties.name()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiManagementServiceSkuProperties.name()"
|
|
name: "name()"
|
|
nameWithType: "ApiManagementServiceSkuProperties.name()"
|
|
summary: "Get name of the Sku."
|
|
syntax: "public SkuType name()"
|
|
desc: "Get name of the Sku. Possible values include: 'Developer', 'Standard', 'Premium', 'Basic', 'Consumption'."
|
|
returns:
|
|
description: "the name value"
|
|
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.SkuType?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.SkuType&text=SkuType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiManagementServiceSkuProperties.withCapacity(java.lang.Integer)"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiManagementServiceSkuProperties.withCapacity(Integer capacity)"
|
|
name: "withCapacity(Integer capacity)"
|
|
nameWithType: "ApiManagementServiceSkuProperties.withCapacity(Integer capacity)"
|
|
summary: "Set capacity of the SKU (number of deployed units of the SKU)."
|
|
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 ApiManagementServiceSkuProperties withCapacity(Integer capacity)"
|
|
desc: "Set capacity of the SKU (number of deployed units of the SKU)."
|
|
returns:
|
|
description: "the ApiManagementServiceSkuProperties object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ApiManagementServiceSkuProperties?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ApiManagementServiceSkuProperties&text=ApiManagementServiceSkuProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiManagementServiceSkuProperties.withName(com.microsoft.azure.management.apimanagement.v2019_01_01.SkuType)"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiManagementServiceSkuProperties.withName(SkuType name)"
|
|
name: "withName(SkuType name)"
|
|
nameWithType: "ApiManagementServiceSkuProperties.withName(SkuType name)"
|
|
summary: "Set name of the Sku."
|
|
parameters:
|
|
- description: "the name value to set"
|
|
name: "name"
|
|
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.SkuType?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.SkuType&text=SkuType\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ApiManagementServiceSkuProperties withName(SkuType name)"
|
|
desc: "Set name of the Sku. Possible values include: 'Developer', 'Standard', 'Premium', 'Basic', 'Consumption'."
|
|
returns:
|
|
description: "the ApiManagementServiceSkuProperties object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ApiManagementServiceSkuProperties?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ApiManagementServiceSkuProperties&text=ApiManagementServiceSkuProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "API Management service resource SKU properties."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.apimanagement.v2019_01_01"
|
|
artifact: com.microsoft.azure.apimanagement.v2019_01_01:azure-mgmt-apimanagement:1.0.0-beta-1
|