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

126 строки
5.6 KiB
YAML

### YamlMime:JavaType
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.management.appservice.SkuCapacity.defaultProperty()
name: defaultProperty()
nameWithType: SkuCapacity.defaultProperty()
returns:
description: <p>the defaultProperty value </p>
type: <xref href="Integer?alt=Integer&text=Integer" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the defaultProperty value.</p>
<p></p>
syntax: public Integer defaultProperty()
uid: com.microsoft.azure.management.appservice.SkuCapacity.defaultProperty()
- fullName: com.microsoft.azure.management.appservice.SkuCapacity.maximum()
name: maximum()
nameWithType: SkuCapacity.maximum()
returns:
description: <p>the maximum value </p>
type: <xref href="Integer?alt=Integer&text=Integer" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the maximum value.</p>
<p></p>
syntax: public Integer maximum()
uid: com.microsoft.azure.management.appservice.SkuCapacity.maximum()
- fullName: com.microsoft.azure.management.appservice.SkuCapacity.minimum()
name: minimum()
nameWithType: SkuCapacity.minimum()
returns:
description: <p>the minimum value </p>
type: <xref href="Integer?alt=Integer&text=Integer" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the minimum value.</p>
<p></p>
syntax: public Integer minimum()
uid: com.microsoft.azure.management.appservice.SkuCapacity.minimum()
- fullName: com.microsoft.azure.management.appservice.SkuCapacity.scaleType()
name: scaleType()
nameWithType: SkuCapacity.scaleType()
returns:
description: <p>the scaleType value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the scaleType value.</p>
<p></p>
syntax: public String scaleType()
uid: com.microsoft.azure.management.appservice.SkuCapacity.scaleType()
- fullName: com.microsoft.azure.management.appservice.SkuCapacity.withDefaultProperty(Integer defaultProperty)
name: withDefaultProperty(Integer defaultProperty)
nameWithType: SkuCapacity.withDefaultProperty(Integer defaultProperty)
parameters:
- description: <p>the defaultProperty value to set </p>
name: defaultProperty
type: <xref href="Integer?alt=Integer&text=Integer" data-throw-if-not-resolved="False"/>
returns:
description: <p>the SkuCapacity object itself. </p>
type: <xref href="com.microsoft.azure.management.appservice.SkuCapacity?alt=com.microsoft.azure.management.appservice.SkuCapacity&text=SkuCapacity" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the defaultProperty value.</p>
<p></p>
syntax: public SkuCapacity withDefaultProperty(Integer defaultProperty)
uid: com.microsoft.azure.management.appservice.SkuCapacity.withDefaultProperty(Integer)
- fullName: com.microsoft.azure.management.appservice.SkuCapacity.withMaximum(Integer maximum)
name: withMaximum(Integer maximum)
nameWithType: SkuCapacity.withMaximum(Integer maximum)
parameters:
- description: <p>the maximum value to set </p>
name: maximum
type: <xref href="Integer?alt=Integer&text=Integer" data-throw-if-not-resolved="False"/>
returns:
description: <p>the SkuCapacity object itself. </p>
type: <xref href="com.microsoft.azure.management.appservice.SkuCapacity?alt=com.microsoft.azure.management.appservice.SkuCapacity&text=SkuCapacity" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the maximum value.</p>
<p></p>
syntax: public SkuCapacity withMaximum(Integer maximum)
uid: com.microsoft.azure.management.appservice.SkuCapacity.withMaximum(Integer)
- fullName: com.microsoft.azure.management.appservice.SkuCapacity.withMinimum(Integer minimum)
name: withMinimum(Integer minimum)
nameWithType: SkuCapacity.withMinimum(Integer minimum)
parameters:
- description: <p>the minimum value to set </p>
name: minimum
type: <xref href="Integer?alt=Integer&text=Integer" data-throw-if-not-resolved="False"/>
returns:
description: <p>the SkuCapacity object itself. </p>
type: <xref href="com.microsoft.azure.management.appservice.SkuCapacity?alt=com.microsoft.azure.management.appservice.SkuCapacity&text=SkuCapacity" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the minimum value.</p>
<p></p>
syntax: public SkuCapacity withMinimum(Integer minimum)
uid: com.microsoft.azure.management.appservice.SkuCapacity.withMinimum(Integer)
- fullName: com.microsoft.azure.management.appservice.SkuCapacity.withScaleType(String scaleType)
name: withScaleType(String scaleType)
nameWithType: SkuCapacity.withScaleType(String scaleType)
parameters:
- description: <p>the scaleType value to set </p>
name: scaleType
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the SkuCapacity object itself. </p>
type: <xref href="com.microsoft.azure.management.appservice.SkuCapacity?alt=com.microsoft.azure.management.appservice.SkuCapacity&text=SkuCapacity" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the scaleType value.</p>
<p></p>
syntax: public SkuCapacity withScaleType(String scaleType)
uid: com.microsoft.azure.management.appservice.SkuCapacity.withScaleType(String)
nameWithType: SkuCapacity
syntax: public class SkuCapacity
type: class
uid: com.microsoft.azure.management.appservice.SkuCapacity
fullName: com.microsoft.azure.management.appservice.SkuCapacity
name: SkuCapacity
package: com.microsoft.azure.management.appservice
summary: <p>Description of the App Service plan scale options. </p>
metadata: {}