84 строки
6.2 KiB
YAML
84 строки
6.2 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.containerservice.ManagedClusterSKU"
|
|
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterSKU"
|
|
name: "ManagedClusterSKU"
|
|
nameWithType: "ManagedClusterSKU"
|
|
summary: "The Managed<wbr>ClusterSKU model."
|
|
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 **ManagedClusterSKU**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterSKU.ManagedClusterSKU()"
|
|
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterSKU.ManagedClusterSKU()"
|
|
name: "ManagedClusterSKU()"
|
|
nameWithType: "ManagedClusterSKU.ManagedClusterSKU()"
|
|
syntax: "public ManagedClusterSKU()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterSKU.name()"
|
|
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterSKU.name()"
|
|
name: "name()"
|
|
nameWithType: "ManagedClusterSKU.name()"
|
|
summary: "Get name of a managed cluster SKU."
|
|
syntax: "public ManagedClusterSKUName name()"
|
|
desc: "Get name of a managed cluster SKU. Possible values include: 'Basic'."
|
|
returns:
|
|
description: "the name value"
|
|
type: "<xref href=\"com.microsoft.azure.management.containerservice.ManagedClusterSKUName?alt=com.microsoft.azure.management.containerservice.ManagedClusterSKUName&text=ManagedClusterSKUName\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterSKU.tier()"
|
|
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterSKU.tier()"
|
|
name: "tier()"
|
|
nameWithType: "ManagedClusterSKU.tier()"
|
|
summary: "Get tier of a managed cluster SKU."
|
|
syntax: "public ManagedClusterSKUTier tier()"
|
|
desc: "Get tier of a managed cluster SKU. Possible values include: 'Paid', 'Free'."
|
|
returns:
|
|
description: "the tier value"
|
|
type: "<xref href=\"com.microsoft.azure.management.containerservice.ManagedClusterSKUTier?alt=com.microsoft.azure.management.containerservice.ManagedClusterSKUTier&text=ManagedClusterSKUTier\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterSKU.withName(com.microsoft.azure.management.containerservice.ManagedClusterSKUName)"
|
|
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterSKU.withName(ManagedClusterSKUName name)"
|
|
name: "withName(ManagedClusterSKUName name)"
|
|
nameWithType: "ManagedClusterSKU.withName(ManagedClusterSKUName name)"
|
|
summary: "Set name of a managed cluster SKU."
|
|
parameters:
|
|
- description: "the name value to set"
|
|
name: "name"
|
|
type: "<xref href=\"com.microsoft.azure.management.containerservice.ManagedClusterSKUName?alt=com.microsoft.azure.management.containerservice.ManagedClusterSKUName&text=ManagedClusterSKUName\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ManagedClusterSKU withName(ManagedClusterSKUName name)"
|
|
desc: "Set name of a managed cluster SKU. Possible values include: 'Basic'."
|
|
returns:
|
|
description: "the ManagedClusterSKU object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.containerservice.ManagedClusterSKU?alt=com.microsoft.azure.management.containerservice.ManagedClusterSKU&text=ManagedClusterSKU\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterSKU.withTier(com.microsoft.azure.management.containerservice.ManagedClusterSKUTier)"
|
|
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterSKU.withTier(ManagedClusterSKUTier tier)"
|
|
name: "withTier(ManagedClusterSKUTier tier)"
|
|
nameWithType: "ManagedClusterSKU.withTier(ManagedClusterSKUTier tier)"
|
|
summary: "Set tier of a managed cluster SKU."
|
|
parameters:
|
|
- description: "the tier value to set"
|
|
name: "tier"
|
|
type: "<xref href=\"com.microsoft.azure.management.containerservice.ManagedClusterSKUTier?alt=com.microsoft.azure.management.containerservice.ManagedClusterSKUTier&text=ManagedClusterSKUTier\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ManagedClusterSKU withTier(ManagedClusterSKUTier tier)"
|
|
desc: "Set tier of a managed cluster SKU. Possible values include: 'Paid', 'Free'."
|
|
returns:
|
|
description: "the ManagedClusterSKU object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.containerservice.ManagedClusterSKU?alt=com.microsoft.azure.management.containerservice.ManagedClusterSKU&text=ManagedClusterSKU\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The ManagedClusterSKU model."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.containerservice"
|
|
artifact: com.microsoft.azure:azure-mgmt-containerservice:1.41.4
|