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

126 строки
5.0 KiB
YAML

### YamlMime:JavaType
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.management.compute.Plan.name()
name: name()
nameWithType: Plan.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.Plan.name()
- fullName: com.microsoft.azure.management.compute.Plan.product()
name: product()
nameWithType: Plan.product()
returns:
description: <p>the product value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the product value.</p>
<p></p>
syntax: public String product()
uid: com.microsoft.azure.management.compute.Plan.product()
- fullName: com.microsoft.azure.management.compute.Plan.promotionCode()
name: promotionCode()
nameWithType: Plan.promotionCode()
returns:
description: <p>the promotionCode value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the promotionCode value.</p>
<p></p>
syntax: public String promotionCode()
uid: com.microsoft.azure.management.compute.Plan.promotionCode()
- fullName: com.microsoft.azure.management.compute.Plan.publisher()
name: publisher()
nameWithType: Plan.publisher()
returns:
description: <p>the publisher value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the publisher value.</p>
<p></p>
syntax: public String publisher()
uid: com.microsoft.azure.management.compute.Plan.publisher()
- fullName: com.microsoft.azure.management.compute.Plan.withName(String name)
name: withName(String name)
nameWithType: Plan.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 Plan object itself. </p>
type: <xref href="com.microsoft.azure.management.compute.Plan?alt=com.microsoft.azure.management.compute.Plan&text=Plan" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the name value.</p>
<p></p>
syntax: public Plan withName(String name)
uid: com.microsoft.azure.management.compute.Plan.withName(String)
- fullName: com.microsoft.azure.management.compute.Plan.withProduct(String product)
name: withProduct(String product)
nameWithType: Plan.withProduct(String product)
parameters:
- description: <p>the product value to set </p>
name: product
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the Plan object itself. </p>
type: <xref href="com.microsoft.azure.management.compute.Plan?alt=com.microsoft.azure.management.compute.Plan&text=Plan" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the product value.</p>
<p></p>
syntax: public Plan withProduct(String product)
uid: com.microsoft.azure.management.compute.Plan.withProduct(String)
- fullName: com.microsoft.azure.management.compute.Plan.withPromotionCode(String promotionCode)
name: withPromotionCode(String promotionCode)
nameWithType: Plan.withPromotionCode(String promotionCode)
parameters:
- description: <p>the promotionCode value to set </p>
name: promotionCode
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the Plan object itself. </p>
type: <xref href="com.microsoft.azure.management.compute.Plan?alt=com.microsoft.azure.management.compute.Plan&text=Plan" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the promotionCode value.</p>
<p></p>
syntax: public Plan withPromotionCode(String promotionCode)
uid: com.microsoft.azure.management.compute.Plan.withPromotionCode(String)
- fullName: com.microsoft.azure.management.compute.Plan.withPublisher(String publisher)
name: withPublisher(String publisher)
nameWithType: Plan.withPublisher(String publisher)
parameters:
- description: <p>the publisher value to set </p>
name: publisher
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the Plan object itself. </p>
type: <xref href="com.microsoft.azure.management.compute.Plan?alt=com.microsoft.azure.management.compute.Plan&text=Plan" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the publisher value.</p>
<p></p>
syntax: public Plan withPublisher(String publisher)
uid: com.microsoft.azure.management.compute.Plan.withPublisher(String)
nameWithType: Plan
syntax: public class Plan
type: class
uid: com.microsoft.azure.management.compute.Plan
fullName: com.microsoft.azure.management.compute.Plan
name: Plan
package: com.microsoft.azure.management.compute
summary: <p>Plan for the resource. </p>
metadata: {}