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

98 строки
3.6 KiB
YAML

### YamlMime:JavaType
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.management.compute.Sku.capacity()
name: capacity()
nameWithType: Sku.capacity()
returns:
description: <p>the capacity value </p>
type: <xref href="Long?alt=Long&text=Long" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the capacity value.</p>
<p></p>
syntax: public Long capacity()
uid: com.microsoft.azure.management.compute.Sku.capacity()
- fullName: com.microsoft.azure.management.compute.Sku.name()
name: name()
nameWithType: Sku.name()
returns:
description: <p>the name value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the name value.</p>
<p></p>
syntax: public String name()
uid: com.microsoft.azure.management.compute.Sku.name()
- fullName: com.microsoft.azure.management.compute.Sku.tier()
name: tier()
nameWithType: Sku.tier()
returns:
description: <p>the tier value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the tier value.</p>
<p></p>
syntax: public String tier()
uid: com.microsoft.azure.management.compute.Sku.tier()
- fullName: com.microsoft.azure.management.compute.Sku.withCapacity(Long capacity)
name: withCapacity(Long capacity)
nameWithType: Sku.withCapacity(Long capacity)
parameters:
- description: <p>the capacity value to set </p>
name: capacity
type: <xref href="Long?alt=Long&text=Long" data-throw-if-not-resolved="False"/>
returns:
description: <p>the Sku object itself. </p>
type: <xref href="com.microsoft.azure.management.compute.Sku?alt=com.microsoft.azure.management.compute.Sku&text=Sku" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the capacity value.</p>
<p></p>
syntax: public Sku withCapacity(Long capacity)
uid: com.microsoft.azure.management.compute.Sku.withCapacity(Long)
- fullName: com.microsoft.azure.management.compute.Sku.withName(String name)
name: withName(String name)
nameWithType: Sku.withName(String name)
parameters:
- description: <p>the name value to set </p>
name: name
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the Sku object itself. </p>
type: <xref href="com.microsoft.azure.management.compute.Sku?alt=com.microsoft.azure.management.compute.Sku&text=Sku" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the name value.</p>
<p></p>
syntax: public Sku withName(String name)
uid: com.microsoft.azure.management.compute.Sku.withName(String)
- fullName: com.microsoft.azure.management.compute.Sku.withTier(String tier)
name: withTier(String tier)
nameWithType: Sku.withTier(String tier)
parameters:
- description: <p>the tier value to set </p>
name: tier
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the Sku object itself. </p>
type: <xref href="com.microsoft.azure.management.compute.Sku?alt=com.microsoft.azure.management.compute.Sku&text=Sku" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the tier value.</p>
<p></p>
syntax: public Sku withTier(String tier)
uid: com.microsoft.azure.management.compute.Sku.withTier(String)
nameWithType: Sku
syntax: public class Sku
type: class
uid: com.microsoft.azure.management.compute.Sku
fullName: com.microsoft.azure.management.compute.Sku
name: Sku
package: com.microsoft.azure.management.compute
summary: <p>Describes a virtual machine scale set sku. </p>
metadata: {}