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

305 строки
11 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: com.microsoft.azure.management.resources._plan
id: _plan
parent: com.microsoft.azure.management.resources
children:
- com.microsoft.azure.management.resources._plan.name()
- com.microsoft.azure.management.resources._plan.product()
- com.microsoft.azure.management.resources._plan.promotionCode()
- com.microsoft.azure.management.resources._plan.publisher()
- com.microsoft.azure.management.resources._plan.withName(String)
- com.microsoft.azure.management.resources._plan.withProduct(String)
- com.microsoft.azure.management.resources._plan.withPromotionCode(String)
- com.microsoft.azure.management.resources._plan.withPublisher(String)
href: com.microsoft.azure.management.resources._plan.yml
langs:
- java
name: Plan
nameWithType: Plan
fullName: com.microsoft.azure.management.resources.Plan
type: Class
source:
remote: &o0
path: azure-mgmt-resources/src/main/java/com/microsoft/azure/management/resources/Plan.java
branch: v1.3.0
repo: https://github.com/Azure/azure-sdk-for-java
path: azure-mgmt-resources/src/main/java/com/microsoft/azure/management/resources/Plan.java
startLine: 15
package: com.microsoft.azure.management.resources
summary: <p>Plan for the resource. </p>
syntax: &o1
content: public class Plan
inheritance:
- java.lang.Object
- uid: com.microsoft.azure.management.resources._plan.name()
id: name()
parent: com.microsoft.azure.management.resources._plan
href: com.microsoft.azure.management.resources._plan.yml
langs:
- java
name: name()
nameWithType: Plan.name()
fullName: com.microsoft.azure.management.resources.Plan.name()
overload: com.microsoft.azure.management.resources._plan.name*
type: Method
source:
remote: *o0
path: azure-mgmt-resources/src/main/java/com/microsoft/azure/management/resources/Plan.java
startLine: 45
package: com.microsoft.azure.management.resources
summary: >-
<p>Get the name value.</p>
<p></p>
syntax:
content: public String name()
return:
type: "26831127"
description: <p>the name value </p>
- uid: com.microsoft.azure.management.resources._plan.product()
id: product()
parent: com.microsoft.azure.management.resources._plan
href: com.microsoft.azure.management.resources._plan.yml
langs:
- java
name: product()
nameWithType: Plan.product()
fullName: com.microsoft.azure.management.resources.Plan.product()
overload: com.microsoft.azure.management.resources._plan.product*
type: Method
source:
remote: *o0
path: azure-mgmt-resources/src/main/java/com/microsoft/azure/management/resources/Plan.java
startLine: 85
package: com.microsoft.azure.management.resources
summary: >-
<p>Get the product value.</p>
<p></p>
syntax:
content: public String product()
return:
type: "26831127"
description: <p>the product value </p>
- uid: com.microsoft.azure.management.resources._plan.promotionCode()
id: promotionCode()
parent: com.microsoft.azure.management.resources._plan
href: com.microsoft.azure.management.resources._plan.yml
langs:
- java
name: promotionCode()
nameWithType: Plan.promotionCode()
fullName: com.microsoft.azure.management.resources.Plan.promotionCode()
overload: com.microsoft.azure.management.resources._plan.promotionCode*
type: Method
source:
remote: *o0
path: azure-mgmt-resources/src/main/java/com/microsoft/azure/management/resources/Plan.java
startLine: 105
package: com.microsoft.azure.management.resources
summary: >-
<p>Get the promotionCode value.</p>
<p></p>
syntax:
content: public String promotionCode()
return:
type: "26831127"
description: <p>the promotionCode value </p>
- uid: com.microsoft.azure.management.resources._plan.publisher()
id: publisher()
parent: com.microsoft.azure.management.resources._plan
href: com.microsoft.azure.management.resources._plan.yml
langs:
- java
name: publisher()
nameWithType: Plan.publisher()
fullName: com.microsoft.azure.management.resources.Plan.publisher()
overload: com.microsoft.azure.management.resources._plan.publisher*
type: Method
source:
remote: *o0
path: azure-mgmt-resources/src/main/java/com/microsoft/azure/management/resources/Plan.java
startLine: 65
package: com.microsoft.azure.management.resources
summary: >-
<p>Get the publisher value.</p>
<p></p>
syntax:
content: public String publisher()
return:
type: "26831127"
description: <p>the publisher value </p>
- uid: com.microsoft.azure.management.resources._plan.withName(String)
id: withName(String)
parent: com.microsoft.azure.management.resources._plan
href: com.microsoft.azure.management.resources._plan.yml
langs:
- java
name: withName(String name)
nameWithType: Plan.withName(String name)
fullName: com.microsoft.azure.management.resources.Plan.withName(String name)
overload: com.microsoft.azure.management.resources._plan.withName*
type: Method
source:
remote: *o0
path: azure-mgmt-resources/src/main/java/com/microsoft/azure/management/resources/Plan.java
startLine: 55
package: com.microsoft.azure.management.resources
summary: >-
<p>Set the name value.</p>
<p></p>
syntax:
content: public Plan withName(String name)
parameters:
- id: name
type: "26831127"
description: <p>the name value to set </p>
return:
type: com.microsoft.azure.management.resources._plan
description: <p>the Plan object itself. </p>
- uid: com.microsoft.azure.management.resources._plan.withProduct(String)
id: withProduct(String)
parent: com.microsoft.azure.management.resources._plan
href: com.microsoft.azure.management.resources._plan.yml
langs:
- java
name: withProduct(String product)
nameWithType: Plan.withProduct(String product)
fullName: com.microsoft.azure.management.resources.Plan.withProduct(String product)
overload: com.microsoft.azure.management.resources._plan.withProduct*
type: Method
source:
remote: *o0
path: azure-mgmt-resources/src/main/java/com/microsoft/azure/management/resources/Plan.java
startLine: 95
package: com.microsoft.azure.management.resources
summary: >-
<p>Set the product value.</p>
<p></p>
syntax:
content: public Plan withProduct(String product)
parameters:
- id: product
type: "26831127"
description: <p>the product value to set </p>
return:
type: com.microsoft.azure.management.resources._plan
description: <p>the Plan object itself. </p>
- uid: com.microsoft.azure.management.resources._plan.withPromotionCode(String)
id: withPromotionCode(String)
parent: com.microsoft.azure.management.resources._plan
href: com.microsoft.azure.management.resources._plan.yml
langs:
- java
name: withPromotionCode(String promotionCode)
nameWithType: Plan.withPromotionCode(String promotionCode)
fullName: com.microsoft.azure.management.resources.Plan.withPromotionCode(String promotionCode)
overload: com.microsoft.azure.management.resources._plan.withPromotionCode*
type: Method
source:
remote: *o0
path: azure-mgmt-resources/src/main/java/com/microsoft/azure/management/resources/Plan.java
startLine: 115
package: com.microsoft.azure.management.resources
summary: >-
<p>Set the promotionCode value.</p>
<p></p>
syntax:
content: public Plan withPromotionCode(String promotionCode)
parameters:
- id: promotionCode
type: "26831127"
description: <p>the promotionCode value to set </p>
return:
type: com.microsoft.azure.management.resources._plan
description: <p>the Plan object itself. </p>
- uid: com.microsoft.azure.management.resources._plan.withPublisher(String)
id: withPublisher(String)
parent: com.microsoft.azure.management.resources._plan
href: com.microsoft.azure.management.resources._plan.yml
langs:
- java
name: withPublisher(String publisher)
nameWithType: Plan.withPublisher(String publisher)
fullName: com.microsoft.azure.management.resources.Plan.withPublisher(String publisher)
overload: com.microsoft.azure.management.resources._plan.withPublisher*
type: Method
source:
remote: *o0
path: azure-mgmt-resources/src/main/java/com/microsoft/azure/management/resources/Plan.java
startLine: 75
package: com.microsoft.azure.management.resources
summary: >-
<p>Set the publisher value.</p>
<p></p>
syntax:
content: public Plan withPublisher(String publisher)
parameters:
- id: publisher
type: "26831127"
description: <p>the publisher value to set </p>
return:
type: com.microsoft.azure.management.resources._plan
description: <p>the Plan object itself. </p>
references:
- uid: "26831127"
spec.java:
- name: String
fullName: String
- uid: com.microsoft.azure.management.resources._plan.name*
name: name
nameWithType: Plan.name
fullName: com.microsoft.azure.management.resources.Plan.name
package: com.microsoft.azure.management.resources
- uid: com.microsoft.azure.management.resources._plan.withName*
name: withName
nameWithType: Plan.withName
fullName: com.microsoft.azure.management.resources.Plan.withName
package: com.microsoft.azure.management.resources
- uid: com.microsoft.azure.management.resources._plan.publisher*
name: publisher
nameWithType: Plan.publisher
fullName: com.microsoft.azure.management.resources.Plan.publisher
package: com.microsoft.azure.management.resources
- uid: com.microsoft.azure.management.resources._plan.withPublisher*
name: withPublisher
nameWithType: Plan.withPublisher
fullName: com.microsoft.azure.management.resources.Plan.withPublisher
package: com.microsoft.azure.management.resources
- uid: com.microsoft.azure.management.resources._plan.product*
name: product
nameWithType: Plan.product
fullName: com.microsoft.azure.management.resources.Plan.product
package: com.microsoft.azure.management.resources
- uid: com.microsoft.azure.management.resources._plan.withProduct*
name: withProduct
nameWithType: Plan.withProduct
fullName: com.microsoft.azure.management.resources.Plan.withProduct
package: com.microsoft.azure.management.resources
- uid: com.microsoft.azure.management.resources._plan.promotionCode*
name: promotionCode
nameWithType: Plan.promotionCode
fullName: com.microsoft.azure.management.resources.Plan.promotionCode
package: com.microsoft.azure.management.resources
- uid: com.microsoft.azure.management.resources._plan.withPromotionCode*
name: withPromotionCode
nameWithType: Plan.withPromotionCode
fullName: com.microsoft.azure.management.resources.Plan.withPromotionCode
package: com.microsoft.azure.management.resources
- uid: com.microsoft.azure.management.resources._plan
parent: com.microsoft.azure.management.resources
href: com.microsoft.azure.management.resources._plan.yml
name: Plan
nameWithType: Plan
fullName: com.microsoft.azure.management.resources.Plan
type: Class
summary: <p>Plan for the resource. </p>
syntax: *o1