azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.a...

198 строки
12 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.appservice.models.ArmPlan"
fullName: "com.azure.resourcemanager.appservice.models.ArmPlan"
name: "ArmPlan"
nameWithType: "ArmPlan"
summary: "The plan object in Azure Resource Manager, represents a marketplace plan."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **ArmPlan**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appservice.models.ArmPlan?alt=com.azure.resourcemanager.appservice.models.ArmPlan&text=ArmPlan\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.appservice.models.ArmPlan.ArmPlan()"
fullName: "com.azure.resourcemanager.appservice.models.ArmPlan.ArmPlan()"
name: "ArmPlan()"
nameWithType: "ArmPlan.ArmPlan()"
summary: "Creates an instance of Arm<wbr>Plan class."
syntax: "public ArmPlan()"
desc: "Creates an instance of ArmPlan class."
methods:
- uid: "com.azure.resourcemanager.appservice.models.ArmPlan.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.appservice.models.ArmPlan.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "ArmPlan.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Arm<wbr>Plan from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static ArmPlan fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the ArmPlan."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of ArmPlan from the JsonReader."
returns:
description: "An instance of ArmPlan if the JsonReader was pointing to an instance of it, or null if it was pointing to\n JSON null."
type: "<xref href=\"com.azure.resourcemanager.appservice.models.ArmPlan?alt=com.azure.resourcemanager.appservice.models.ArmPlan&text=ArmPlan\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.ArmPlan.name()"
fullName: "com.azure.resourcemanager.appservice.models.ArmPlan.name()"
name: "name()"
nameWithType: "ArmPlan.name()"
summary: "Get the name property: The name."
syntax: "public String name()"
desc: "Get the name property: The name."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appservice.models.ArmPlan.product()"
fullName: "com.azure.resourcemanager.appservice.models.ArmPlan.product()"
name: "product()"
nameWithType: "ArmPlan.product()"
summary: "Get the product property: The product."
syntax: "public String product()"
desc: "Get the product property: The product."
returns:
description: "the product value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appservice.models.ArmPlan.promotionCode()"
fullName: "com.azure.resourcemanager.appservice.models.ArmPlan.promotionCode()"
name: "promotionCode()"
nameWithType: "ArmPlan.promotionCode()"
summary: "Get the promotion<wbr>Code property: The promotion code."
syntax: "public String promotionCode()"
desc: "Get the promotionCode property: The promotion code."
returns:
description: "the promotionCode value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appservice.models.ArmPlan.publisher()"
fullName: "com.azure.resourcemanager.appservice.models.ArmPlan.publisher()"
name: "publisher()"
nameWithType: "ArmPlan.publisher()"
summary: "Get the publisher property: The publisher."
syntax: "public String publisher()"
desc: "Get the publisher property: The publisher."
returns:
description: "the publisher value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appservice.models.ArmPlan.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.appservice.models.ArmPlan.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "ArmPlan.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.ArmPlan.validate()"
fullName: "com.azure.resourcemanager.appservice.models.ArmPlan.validate()"
name: "validate()"
nameWithType: "ArmPlan.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.appservice.models.ArmPlan.version()"
fullName: "com.azure.resourcemanager.appservice.models.ArmPlan.version()"
name: "version()"
nameWithType: "ArmPlan.version()"
summary: "Get the version property: Version of product."
syntax: "public String version()"
desc: "Get the version property: Version of product."
returns:
description: "the version value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appservice.models.ArmPlan.withName(java.lang.String)"
fullName: "com.azure.resourcemanager.appservice.models.ArmPlan.withName(String name)"
name: "withName(String name)"
nameWithType: "ArmPlan.withName(String name)"
summary: "Set the name property: The name."
parameters:
- description: "the name value to set."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ArmPlan withName(String name)"
desc: "Set the name property: The name."
returns:
description: "the ArmPlan object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.models.ArmPlan?alt=com.azure.resourcemanager.appservice.models.ArmPlan&text=ArmPlan\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.ArmPlan.withProduct(java.lang.String)"
fullName: "com.azure.resourcemanager.appservice.models.ArmPlan.withProduct(String product)"
name: "withProduct(String product)"
nameWithType: "ArmPlan.withProduct(String product)"
summary: "Set the product property: The product."
parameters:
- description: "the product value to set."
name: "product"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ArmPlan withProduct(String product)"
desc: "Set the product property: The product."
returns:
description: "the ArmPlan object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.models.ArmPlan?alt=com.azure.resourcemanager.appservice.models.ArmPlan&text=ArmPlan\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.ArmPlan.withPromotionCode(java.lang.String)"
fullName: "com.azure.resourcemanager.appservice.models.ArmPlan.withPromotionCode(String promotionCode)"
name: "withPromotionCode(String promotionCode)"
nameWithType: "ArmPlan.withPromotionCode(String promotionCode)"
summary: "Set the promotion<wbr>Code property: The promotion code."
parameters:
- description: "the promotionCode value to set."
name: "promotionCode"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ArmPlan withPromotionCode(String promotionCode)"
desc: "Set the promotionCode property: The promotion code."
returns:
description: "the ArmPlan object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.models.ArmPlan?alt=com.azure.resourcemanager.appservice.models.ArmPlan&text=ArmPlan\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.ArmPlan.withPublisher(java.lang.String)"
fullName: "com.azure.resourcemanager.appservice.models.ArmPlan.withPublisher(String publisher)"
name: "withPublisher(String publisher)"
nameWithType: "ArmPlan.withPublisher(String publisher)"
summary: "Set the publisher property: The publisher."
parameters:
- description: "the publisher value to set."
name: "publisher"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ArmPlan withPublisher(String publisher)"
desc: "Set the publisher property: The publisher."
returns:
description: "the ArmPlan object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.models.ArmPlan?alt=com.azure.resourcemanager.appservice.models.ArmPlan&text=ArmPlan\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.ArmPlan.withVersion(java.lang.String)"
fullName: "com.azure.resourcemanager.appservice.models.ArmPlan.withVersion(String version)"
name: "withVersion(String version)"
nameWithType: "ArmPlan.withVersion(String version)"
summary: "Set the version property: Version of product."
parameters:
- description: "the version value to set."
name: "version"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ArmPlan withVersion(String version)"
desc: "Set the version property: Version of product."
returns:
description: "the ArmPlan object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.models.ArmPlan?alt=com.azure.resourcemanager.appservice.models.ArmPlan&text=ArmPlan\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The plan object in Azure Resource Manager, represents a marketplace plan."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appservice.models.ArmPlan?alt=com.azure.resourcemanager.appservice.models.ArmPlan&text=ArmPlan\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.appservice.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-appservice:2.42.0