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

51 строка
3.2 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.resources.GenericResource.UpdateStages.WithPlan"
fullName: "com.microsoft.azure.management.resources.GenericResource.UpdateStages.WithPlan"
name: "GenericResource.UpdateStages.WithPlan"
nameWithType: "GenericResource.UpdateStages.WithPlan"
summary: "A generic resource update allowing to change the resource plan."
syntax: "public static interface **GenericResource.UpdateStages.WithPlan**"
methods:
- uid: "com.microsoft.azure.management.resources.GenericResource.UpdateStages.WithPlan.withPlan(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.resources.GenericResource.UpdateStages.WithPlan.withPlan(String name, String publisher, String product, String promotionCode)"
name: "withPlan(String name, String publisher, String product, String promotionCode)"
nameWithType: "GenericResource.UpdateStages.WithPlan.withPlan(String name, String publisher, String product, String promotionCode)"
summary: "Specifies the plan of the resource."
modifiers:
- "abstract"
parameters:
- description: "the name of the plan"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the publisher of the plan"
name: "publisher"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the name of the product"
name: "product"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the promotion code, if any"
name: "promotionCode"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract GenericResource.Update withPlan(String name, String publisher, String product, String promotionCode)"
desc: "Specifies the plan of the resource."
returns:
description: "the next stage of the generic resource update"
type: "<xref href=\"com.microsoft.azure.management.resources.GenericResource.Update?alt=com.microsoft.azure.management.resources.GenericResource.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.GenericResource.UpdateStages.WithPlan.withoutPlan()"
fullName: "com.microsoft.azure.management.resources.GenericResource.UpdateStages.WithPlan.withoutPlan()"
name: "withoutPlan()"
nameWithType: "GenericResource.UpdateStages.WithPlan.withoutPlan()"
summary: "Specifies the plan of the resource."
modifiers:
- "abstract"
syntax: "public abstract GenericResource.Update withoutPlan()"
desc: "Specifies the plan of the resource."
returns:
description: "the next stage of the generic resource update"
type: "<xref href=\"com.microsoft.azure.management.resources.GenericResource.Update?alt=com.microsoft.azure.management.resources.GenericResource.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "A generic resource update allowing to change the resource plan."
metadata: {}
package: "com.microsoft.azure.management.resources"
artifact: com.microsoft.azure:azure-mgmt-resources:1.41.4