132 строки
8.3 KiB
YAML
132 строки
8.3 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.containerservice.PurchasePlan"
|
|
fullName: "com.microsoft.azure.management.containerservice.PurchasePlan"
|
|
name: "PurchasePlan"
|
|
nameWithType: "PurchasePlan"
|
|
summary: "Used for establishing the purchase context of any 3rd Party artifact through Market<wbr>Place."
|
|
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 **PurchasePlan**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.containerservice.PurchasePlan.PurchasePlan()"
|
|
fullName: "com.microsoft.azure.management.containerservice.PurchasePlan.PurchasePlan()"
|
|
name: "PurchasePlan()"
|
|
nameWithType: "PurchasePlan.PurchasePlan()"
|
|
syntax: "public PurchasePlan()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.containerservice.PurchasePlan.name()"
|
|
fullName: "com.microsoft.azure.management.containerservice.PurchasePlan.name()"
|
|
name: "name()"
|
|
nameWithType: "PurchasePlan.name()"
|
|
summary: "Get the plan ID."
|
|
syntax: "public String name()"
|
|
desc: "Get the plan ID."
|
|
returns:
|
|
description: "the name value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerservice.PurchasePlan.product()"
|
|
fullName: "com.microsoft.azure.management.containerservice.PurchasePlan.product()"
|
|
name: "product()"
|
|
nameWithType: "PurchasePlan.product()"
|
|
summary: "Get specifies the product of the image from the marketplace."
|
|
syntax: "public String product()"
|
|
desc: "Get specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element."
|
|
returns:
|
|
description: "the product value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerservice.PurchasePlan.promotionCode()"
|
|
fullName: "com.microsoft.azure.management.containerservice.PurchasePlan.promotionCode()"
|
|
name: "promotionCode()"
|
|
nameWithType: "PurchasePlan.promotionCode()"
|
|
summary: "Get the promotion code."
|
|
syntax: "public String promotionCode()"
|
|
desc: "Get the promotion code."
|
|
returns:
|
|
description: "the promotionCode value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerservice.PurchasePlan.publisher()"
|
|
fullName: "com.microsoft.azure.management.containerservice.PurchasePlan.publisher()"
|
|
name: "publisher()"
|
|
nameWithType: "PurchasePlan.publisher()"
|
|
summary: "Get the plan ID."
|
|
syntax: "public String publisher()"
|
|
desc: "Get the plan ID."
|
|
returns:
|
|
description: "the publisher value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerservice.PurchasePlan.withName(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.containerservice.PurchasePlan.withName(String name)"
|
|
name: "withName(String name)"
|
|
nameWithType: "PurchasePlan.withName(String name)"
|
|
summary: "Set the plan ID."
|
|
parameters:
|
|
- description: "the name value to set"
|
|
name: "name"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public PurchasePlan withName(String name)"
|
|
desc: "Set the plan ID."
|
|
returns:
|
|
description: "the PurchasePlan object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.containerservice.PurchasePlan?alt=com.microsoft.azure.management.containerservice.PurchasePlan&text=PurchasePlan\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerservice.PurchasePlan.withProduct(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.containerservice.PurchasePlan.withProduct(String product)"
|
|
name: "withProduct(String product)"
|
|
nameWithType: "PurchasePlan.withProduct(String product)"
|
|
summary: "Set specifies the product of the image from the marketplace."
|
|
parameters:
|
|
- description: "the product value to set"
|
|
name: "product"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public PurchasePlan withProduct(String product)"
|
|
desc: "Set specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element."
|
|
returns:
|
|
description: "the PurchasePlan object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.containerservice.PurchasePlan?alt=com.microsoft.azure.management.containerservice.PurchasePlan&text=PurchasePlan\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerservice.PurchasePlan.withPromotionCode(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.containerservice.PurchasePlan.withPromotionCode(String promotionCode)"
|
|
name: "withPromotionCode(String promotionCode)"
|
|
nameWithType: "PurchasePlan.withPromotionCode(String promotionCode)"
|
|
summary: "Set the promotion code."
|
|
parameters:
|
|
- description: "the promotionCode value to set"
|
|
name: "promotionCode"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public PurchasePlan withPromotionCode(String promotionCode)"
|
|
desc: "Set the promotion code."
|
|
returns:
|
|
description: "the PurchasePlan object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.containerservice.PurchasePlan?alt=com.microsoft.azure.management.containerservice.PurchasePlan&text=PurchasePlan\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerservice.PurchasePlan.withPublisher(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.containerservice.PurchasePlan.withPublisher(String publisher)"
|
|
name: "withPublisher(String publisher)"
|
|
nameWithType: "PurchasePlan.withPublisher(String publisher)"
|
|
summary: "Set the plan ID."
|
|
parameters:
|
|
- description: "the publisher value to set"
|
|
name: "publisher"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public PurchasePlan withPublisher(String publisher)"
|
|
desc: "Set the plan ID."
|
|
returns:
|
|
description: "the PurchasePlan object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.containerservice.PurchasePlan?alt=com.microsoft.azure.management.containerservice.PurchasePlan&text=PurchasePlan\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Used for establishing the purchase context of any 3rd Party artifact through MarketPlace."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.containerservice"
|
|
artifact: com.microsoft.azure:azure-mgmt-containerservice:1.41.4
|