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

156 строки
10 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.mixedreality.v2020_05_01.Plan"
fullName: "com.microsoft.azure.management.mixedreality.v2020_05_01.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.mixedreality.v2020_05_01.Plan.Plan()"
fullName: "com.microsoft.azure.management.mixedreality.v2020_05_01.Plan.Plan()"
name: "Plan()"
nameWithType: "Plan.Plan()"
syntax: "public Plan()"
methods:
- uid: "com.microsoft.azure.management.mixedreality.v2020_05_01.Plan.name()"
fullName: "com.microsoft.azure.management.mixedreality.v2020_05_01.Plan.name()"
name: "name()"
nameWithType: "Plan.name()"
summary: "Get a user defined name of the 3rd Party Artifact that is being procured."
syntax: "public String name()"
desc: "Get a user defined name of the 3rd Party Artifact that is being procured."
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.mixedreality.v2020_05_01.Plan.product()"
fullName: "com.microsoft.azure.management.mixedreality.v2020_05_01.Plan.product()"
name: "product()"
nameWithType: "Plan.product()"
summary: "Get the 3rd Party artifact that is being procured."
syntax: "public String product()"
desc: "Get the 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding."
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.mixedreality.v2020_05_01.Plan.promotionCode()"
fullName: "com.microsoft.azure.management.mixedreality.v2020_05_01.Plan.promotionCode()"
name: "promotionCode()"
nameWithType: "Plan.promotionCode()"
summary: "Get a publisher provided promotion code as provisioned in Data Market for the said product/artifact."
syntax: "public String promotionCode()"
desc: "Get a publisher provided promotion code as provisioned in Data Market for the said product/artifact."
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.mixedreality.v2020_05_01.Plan.publisher()"
fullName: "com.microsoft.azure.management.mixedreality.v2020_05_01.Plan.publisher()"
name: "publisher()"
nameWithType: "Plan.publisher()"
summary: "Get the publisher of the 3rd Party Artifact that is being bought."
syntax: "public String publisher()"
desc: "Get the publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic."
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.mixedreality.v2020_05_01.Plan.version()"
fullName: "com.microsoft.azure.management.mixedreality.v2020_05_01.Plan.version()"
name: "version()"
nameWithType: "Plan.version()"
summary: "Get the version of the desired product/artifact."
syntax: "public String version()"
desc: "Get the version of the desired product/artifact."
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.mixedreality.v2020_05_01.Plan.withName(java.lang.String)"
fullName: "com.microsoft.azure.management.mixedreality.v2020_05_01.Plan.withName(String name)"
name: "withName(String name)"
nameWithType: "Plan.withName(String name)"
summary: "Set a user defined name of the 3rd Party Artifact that is being procured."
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 a user defined name of the 3rd Party Artifact that is being procured."
returns:
description: "the Plan object itself."
type: "<xref href=\"com.microsoft.azure.management.mixedreality.v2020_05_01.Plan?alt=com.microsoft.azure.management.mixedreality.v2020_05_01.Plan&text=Plan\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.mixedreality.v2020_05_01.Plan.withProduct(java.lang.String)"
fullName: "com.microsoft.azure.management.mixedreality.v2020_05_01.Plan.withProduct(String product)"
name: "withProduct(String product)"
nameWithType: "Plan.withProduct(String product)"
summary: "Set the 3rd Party artifact that is being procured."
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 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding."
returns:
description: "the Plan object itself."
type: "<xref href=\"com.microsoft.azure.management.mixedreality.v2020_05_01.Plan?alt=com.microsoft.azure.management.mixedreality.v2020_05_01.Plan&text=Plan\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.mixedreality.v2020_05_01.Plan.withPromotionCode(java.lang.String)"
fullName: "com.microsoft.azure.management.mixedreality.v2020_05_01.Plan.withPromotionCode(String promotionCode)"
name: "withPromotionCode(String promotionCode)"
nameWithType: "Plan.withPromotionCode(String promotionCode)"
summary: "Set a publisher provided promotion code as provisioned in Data Market for the said product/artifact."
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 a publisher provided promotion code as provisioned in Data Market for the said product/artifact."
returns:
description: "the Plan object itself."
type: "<xref href=\"com.microsoft.azure.management.mixedreality.v2020_05_01.Plan?alt=com.microsoft.azure.management.mixedreality.v2020_05_01.Plan&text=Plan\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.mixedreality.v2020_05_01.Plan.withPublisher(java.lang.String)"
fullName: "com.microsoft.azure.management.mixedreality.v2020_05_01.Plan.withPublisher(String publisher)"
name: "withPublisher(String publisher)"
nameWithType: "Plan.withPublisher(String publisher)"
summary: "Set the publisher of the 3rd Party Artifact that is being bought."
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 of the 3rd Party Artifact that is being bought. E.g. NewRelic."
returns:
description: "the Plan object itself."
type: "<xref href=\"com.microsoft.azure.management.mixedreality.v2020_05_01.Plan?alt=com.microsoft.azure.management.mixedreality.v2020_05_01.Plan&text=Plan\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.mixedreality.v2020_05_01.Plan.withVersion(java.lang.String)"
fullName: "com.microsoft.azure.management.mixedreality.v2020_05_01.Plan.withVersion(String version)"
name: "withVersion(String version)"
nameWithType: "Plan.withVersion(String version)"
summary: "Set the version of the desired product/artifact."
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 version of the desired product/artifact."
returns:
description: "the Plan object itself."
type: "<xref href=\"com.microsoft.azure.management.mixedreality.v2020_05_01.Plan?alt=com.microsoft.azure.management.mixedreality.v2020_05_01.Plan&text=Plan\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Plan for the resource."
metadata: {}
package: "com.microsoft.azure.management.mixedreality.v2020_05_01"
artifact: com.microsoft.azure.mixedreality.v2020_05_01:azure-mgmt-mixedreality:1.0.0-beta