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

98 строки
4.4 KiB
YAML

### YamlMime:JavaType
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.management.appservice.SiteLimits.maxDiskSizeInMb()
name: maxDiskSizeInMb()
nameWithType: SiteLimits.maxDiskSizeInMb()
returns:
description: <p>the maxDiskSizeInMb value </p>
type: <xref href="Long?alt=Long&text=Long" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the maxDiskSizeInMb value.</p>
<p></p>
syntax: public Long maxDiskSizeInMb()
uid: com.microsoft.azure.management.appservice.SiteLimits.maxDiskSizeInMb()
- fullName: com.microsoft.azure.management.appservice.SiteLimits.maxMemoryInMb()
name: maxMemoryInMb()
nameWithType: SiteLimits.maxMemoryInMb()
returns:
description: <p>the maxMemoryInMb value </p>
type: <xref href="Long?alt=Long&text=Long" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the maxMemoryInMb value.</p>
<p></p>
syntax: public Long maxMemoryInMb()
uid: com.microsoft.azure.management.appservice.SiteLimits.maxMemoryInMb()
- fullName: com.microsoft.azure.management.appservice.SiteLimits.maxPercentageCpu()
name: maxPercentageCpu()
nameWithType: SiteLimits.maxPercentageCpu()
returns:
description: <p>the maxPercentageCpu value </p>
type: <xref href="Double?alt=Double&text=Double" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the maxPercentageCpu value.</p>
<p></p>
syntax: public Double maxPercentageCpu()
uid: com.microsoft.azure.management.appservice.SiteLimits.maxPercentageCpu()
- fullName: com.microsoft.azure.management.appservice.SiteLimits.withMaxDiskSizeInMb(Long maxDiskSizeInMb)
name: withMaxDiskSizeInMb(Long maxDiskSizeInMb)
nameWithType: SiteLimits.withMaxDiskSizeInMb(Long maxDiskSizeInMb)
parameters:
- description: <p>the maxDiskSizeInMb value to set </p>
name: maxDiskSizeInMb
type: <xref href="Long?alt=Long&text=Long" data-throw-if-not-resolved="False"/>
returns:
description: <p>the SiteLimits object itself. </p>
type: <xref href="com.microsoft.azure.management.appservice.SiteLimits?alt=com.microsoft.azure.management.appservice.SiteLimits&text=SiteLimits" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the maxDiskSizeInMb value.</p>
<p></p>
syntax: public SiteLimits withMaxDiskSizeInMb(Long maxDiskSizeInMb)
uid: com.microsoft.azure.management.appservice.SiteLimits.withMaxDiskSizeInMb(Long)
- fullName: com.microsoft.azure.management.appservice.SiteLimits.withMaxMemoryInMb(Long maxMemoryInMb)
name: withMaxMemoryInMb(Long maxMemoryInMb)
nameWithType: SiteLimits.withMaxMemoryInMb(Long maxMemoryInMb)
parameters:
- description: <p>the maxMemoryInMb value to set </p>
name: maxMemoryInMb
type: <xref href="Long?alt=Long&text=Long" data-throw-if-not-resolved="False"/>
returns:
description: <p>the SiteLimits object itself. </p>
type: <xref href="com.microsoft.azure.management.appservice.SiteLimits?alt=com.microsoft.azure.management.appservice.SiteLimits&text=SiteLimits" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the maxMemoryInMb value.</p>
<p></p>
syntax: public SiteLimits withMaxMemoryInMb(Long maxMemoryInMb)
uid: com.microsoft.azure.management.appservice.SiteLimits.withMaxMemoryInMb(Long)
- fullName: com.microsoft.azure.management.appservice.SiteLimits.withMaxPercentageCpu(Double maxPercentageCpu)
name: withMaxPercentageCpu(Double maxPercentageCpu)
nameWithType: SiteLimits.withMaxPercentageCpu(Double maxPercentageCpu)
parameters:
- description: <p>the maxPercentageCpu value to set </p>
name: maxPercentageCpu
type: <xref href="Double?alt=Double&text=Double" data-throw-if-not-resolved="False"/>
returns:
description: <p>the SiteLimits object itself. </p>
type: <xref href="com.microsoft.azure.management.appservice.SiteLimits?alt=com.microsoft.azure.management.appservice.SiteLimits&text=SiteLimits" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the maxPercentageCpu value.</p>
<p></p>
syntax: public SiteLimits withMaxPercentageCpu(Double maxPercentageCpu)
uid: com.microsoft.azure.management.appservice.SiteLimits.withMaxPercentageCpu(Double)
nameWithType: SiteLimits
syntax: public class SiteLimits
type: class
uid: com.microsoft.azure.management.appservice.SiteLimits
fullName: com.microsoft.azure.management.appservice.SiteLimits
name: SiteLimits
package: com.microsoft.azure.management.appservice
summary: <p>Metric limits set on an app. </p>
metadata: {}