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

98 строки
4.1 KiB
YAML

### YamlMime:JavaType
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.management.compute.PurchasePlan.name()
name: name()
nameWithType: PurchasePlan.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.PurchasePlan.name()
- fullName: com.microsoft.azure.management.compute.PurchasePlan.product()
name: product()
nameWithType: PurchasePlan.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.PurchasePlan.product()
- fullName: com.microsoft.azure.management.compute.PurchasePlan.publisher()
name: publisher()
nameWithType: PurchasePlan.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.PurchasePlan.publisher()
- fullName: com.microsoft.azure.management.compute.PurchasePlan.withName(String name)
name: withName(String name)
nameWithType: PurchasePlan.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 PurchasePlan object itself. </p>
type: <xref href="com.microsoft.azure.management.compute.PurchasePlan?alt=com.microsoft.azure.management.compute.PurchasePlan&text=PurchasePlan" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the name value.</p>
<p></p>
syntax: public PurchasePlan withName(String name)
uid: com.microsoft.azure.management.compute.PurchasePlan.withName(String)
- fullName: com.microsoft.azure.management.compute.PurchasePlan.withProduct(String product)
name: withProduct(String product)
nameWithType: PurchasePlan.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 PurchasePlan object itself. </p>
type: <xref href="com.microsoft.azure.management.compute.PurchasePlan?alt=com.microsoft.azure.management.compute.PurchasePlan&text=PurchasePlan" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the product value.</p>
<p></p>
syntax: public PurchasePlan withProduct(String product)
uid: com.microsoft.azure.management.compute.PurchasePlan.withProduct(String)
- fullName: com.microsoft.azure.management.compute.PurchasePlan.withPublisher(String publisher)
name: withPublisher(String publisher)
nameWithType: PurchasePlan.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 PurchasePlan object itself. </p>
type: <xref href="com.microsoft.azure.management.compute.PurchasePlan?alt=com.microsoft.azure.management.compute.PurchasePlan&text=PurchasePlan" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the publisher value.</p>
<p></p>
syntax: public PurchasePlan withPublisher(String publisher)
uid: com.microsoft.azure.management.compute.PurchasePlan.withPublisher(String)
nameWithType: PurchasePlan
syntax: public class PurchasePlan
type: class
uid: com.microsoft.azure.management.compute.PurchasePlan
fullName: com.microsoft.azure.management.compute.PurchasePlan
name: PurchasePlan
package: com.microsoft.azure.management.compute
summary: <p>Used for establishing the purchase context of any 3rd Party artifact through MarketPlace. </p>
metadata: {}