156 строки
8.5 KiB
YAML
156 строки
8.5 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.resources.Plan"
|
|
fullName: "com.microsoft.azure.management.resources.Plan"
|
|
name: "Plan"
|
|
nameWithType: "Plan"
|
|
summary: "Plan for the resource."
|
|
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 **Plan**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.resources.Plan.Plan()"
|
|
fullName: "com.microsoft.azure.management.resources.Plan.Plan()"
|
|
name: "Plan()"
|
|
nameWithType: "Plan.Plan()"
|
|
syntax: "public Plan()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.resources.Plan.name()"
|
|
fullName: "com.microsoft.azure.management.resources.Plan.name()"
|
|
name: "name()"
|
|
nameWithType: "Plan.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.resources.Plan.product()"
|
|
fullName: "com.microsoft.azure.management.resources.Plan.product()"
|
|
name: "product()"
|
|
nameWithType: "Plan.product()"
|
|
summary: "Get the offer ID."
|
|
syntax: "public String product()"
|
|
desc: "Get the offer ID."
|
|
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.resources.Plan.promotionCode()"
|
|
fullName: "com.microsoft.azure.management.resources.Plan.promotionCode()"
|
|
name: "promotionCode()"
|
|
nameWithType: "Plan.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.resources.Plan.publisher()"
|
|
fullName: "com.microsoft.azure.management.resources.Plan.publisher()"
|
|
name: "publisher()"
|
|
nameWithType: "Plan.publisher()"
|
|
summary: "Get the publisher ID."
|
|
syntax: "public String publisher()"
|
|
desc: "Get the publisher 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.resources.Plan.version()"
|
|
fullName: "com.microsoft.azure.management.resources.Plan.version()"
|
|
name: "version()"
|
|
nameWithType: "Plan.version()"
|
|
summary: "Get the plan's version."
|
|
syntax: "public String version()"
|
|
desc: "Get the plan's version."
|
|
returns:
|
|
description: "the version value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.resources.Plan.withName(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.resources.Plan.withName(String name)"
|
|
name: "withName(String name)"
|
|
nameWithType: "Plan.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 Plan withName(String name)"
|
|
desc: "Set the plan ID."
|
|
returns:
|
|
description: "the Plan object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.resources.Plan?alt=com.microsoft.azure.management.resources.Plan&text=Plan\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.resources.Plan.withProduct(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.resources.Plan.withProduct(String product)"
|
|
name: "withProduct(String product)"
|
|
nameWithType: "Plan.withProduct(String product)"
|
|
summary: "Set the offer ID."
|
|
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 Plan withProduct(String product)"
|
|
desc: "Set the offer ID."
|
|
returns:
|
|
description: "the Plan object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.resources.Plan?alt=com.microsoft.azure.management.resources.Plan&text=Plan\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.resources.Plan.withPromotionCode(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.resources.Plan.withPromotionCode(String promotionCode)"
|
|
name: "withPromotionCode(String promotionCode)"
|
|
nameWithType: "Plan.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 Plan withPromotionCode(String promotionCode)"
|
|
desc: "Set the promotion code."
|
|
returns:
|
|
description: "the Plan object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.resources.Plan?alt=com.microsoft.azure.management.resources.Plan&text=Plan\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.resources.Plan.withPublisher(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.resources.Plan.withPublisher(String publisher)"
|
|
name: "withPublisher(String publisher)"
|
|
nameWithType: "Plan.withPublisher(String publisher)"
|
|
summary: "Set the publisher 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 Plan withPublisher(String publisher)"
|
|
desc: "Set the publisher ID."
|
|
returns:
|
|
description: "the Plan object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.resources.Plan?alt=com.microsoft.azure.management.resources.Plan&text=Plan\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.resources.Plan.withVersion(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.resources.Plan.withVersion(String version)"
|
|
name: "withVersion(String version)"
|
|
nameWithType: "Plan.withVersion(String version)"
|
|
summary: "Set the plan's version."
|
|
parameters:
|
|
- description: "the version value to set"
|
|
name: "version"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public Plan withVersion(String version)"
|
|
desc: "Set the plan's version."
|
|
returns:
|
|
description: "the Plan object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.resources.Plan?alt=com.microsoft.azure.management.resources.Plan&text=Plan\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Plan for the resource."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.resources"
|
|
artifact: com.microsoft.azure:azure-mgmt-resources:1.41.4
|