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

132 строки
9.6 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.avs.models.AddonVrProperties"
fullName: "com.azure.resourcemanager.avs.models.AddonVrProperties"
name: "AddonVrProperties"
nameWithType: "AddonVrProperties"
summary: "The properties of a v<wbr>Sphere Replication (VR) addon."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.avs.models.AddonProperties?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.resourcemanager.avs.models.AddonProperties?alt=com.azure.resourcemanager.avs.models.AddonProperties&text=AddonProperties\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.resourcemanager.avs.models.AddonProperties.addonType()?alt=com.azure.resourcemanager.avs.models.AddonProperties.addonType&text=addonType\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.avs.models.AddonProperties.fromJson(com.azure.json.JsonReader)?alt=com.azure.resourcemanager.avs.models.AddonProperties.fromJson&text=fromJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.avs.models.AddonProperties.provisioningState()?alt=com.azure.resourcemanager.avs.models.AddonProperties.provisioningState&text=provisioningState\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.avs.models.AddonProperties.toJson(com.azure.json.JsonWriter)?alt=com.azure.resourcemanager.avs.models.AddonProperties.toJson&text=toJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.avs.models.AddonProperties.validate()?alt=com.azure.resourcemanager.avs.models.AddonProperties.validate&text=validate\" data-throw-if-not-resolved=\"False\" />"
- 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 **AddonVrProperties**</br> extends <xref href=\"com.azure.resourcemanager.avs.models.AddonProperties?alt=com.azure.resourcemanager.avs.models.AddonProperties&text=AddonProperties\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.resourcemanager.avs.models.AddonVrProperties.AddonVrProperties()"
fullName: "com.azure.resourcemanager.avs.models.AddonVrProperties.AddonVrProperties()"
name: "AddonVrProperties()"
nameWithType: "AddonVrProperties.AddonVrProperties()"
summary: "Creates an instance of Addon<wbr>VrProperties class."
syntax: "public AddonVrProperties()"
desc: "Creates an instance of AddonVrProperties class."
methods:
- uid: "com.azure.resourcemanager.avs.models.AddonVrProperties.addonType()"
fullName: "com.azure.resourcemanager.avs.models.AddonVrProperties.addonType()"
name: "addonType()"
nameWithType: "AddonVrProperties.addonType()"
summary: "Get the addon<wbr>Type property: Addon type."
overridden: "com.azure.resourcemanager.avs.models.AddonProperties.addonType()"
syntax: "public AddonType addonType()"
desc: "Get the addonType property: Addon type."
returns:
description: "the addonType value."
type: "<xref href=\"com.azure.resourcemanager.avs.models.AddonType?alt=com.azure.resourcemanager.avs.models.AddonType&text=AddonType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.avs.models.AddonVrProperties.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.avs.models.AddonVrProperties.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "AddonVrProperties.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Addon<wbr>VrProperties 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 AddonVrProperties fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of AddonVrProperties from the JsonReader."
returns:
description: "An instance of AddonVrProperties if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.avs.models.AddonVrProperties?alt=com.azure.resourcemanager.avs.models.AddonVrProperties&text=AddonVrProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.avs.models.AddonVrProperties.provisioningState()"
fullName: "com.azure.resourcemanager.avs.models.AddonVrProperties.provisioningState()"
name: "provisioningState()"
nameWithType: "AddonVrProperties.provisioningState()"
summary: "Get the provisioning<wbr>State property: The state of the addon provisioning."
overridden: "com.azure.resourcemanager.avs.models.AddonProperties.provisioningState()"
syntax: "public AddonProvisioningState provisioningState()"
desc: "Get the provisioningState property: The state of the addon provisioning."
returns:
description: "the provisioningState value."
type: "<xref href=\"com.azure.resourcemanager.avs.models.AddonProvisioningState?alt=com.azure.resourcemanager.avs.models.AddonProvisioningState&text=AddonProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.avs.models.AddonVrProperties.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.avs.models.AddonVrProperties.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "AddonVrProperties.toJson(JsonWriter jsonWriter)"
overridden: "com.azure.resourcemanager.avs.models.AddonProperties.toJson(com.azure.json.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.avs.models.AddonVrProperties.validate()"
fullName: "com.azure.resourcemanager.avs.models.AddonVrProperties.validate()"
name: "validate()"
nameWithType: "AddonVrProperties.validate()"
summary: "Validates the instance."
overridden: "com.azure.resourcemanager.avs.models.AddonProperties.validate()"
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.avs.models.AddonVrProperties.vrsCount()"
fullName: "com.azure.resourcemanager.avs.models.AddonVrProperties.vrsCount()"
name: "vrsCount()"
nameWithType: "AddonVrProperties.vrsCount()"
summary: "Get the vrs<wbr>Count property: The v<wbr>Sphere Replication Server (VRS) count."
syntax: "public int vrsCount()"
desc: "Get the vrsCount property: The vSphere Replication Server (VRS) count."
returns:
description: "the vrsCount value."
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.avs.models.AddonVrProperties.withVrsCount(int)"
fullName: "com.azure.resourcemanager.avs.models.AddonVrProperties.withVrsCount(int vrsCount)"
name: "withVrsCount(int vrsCount)"
nameWithType: "AddonVrProperties.withVrsCount(int vrsCount)"
summary: "Set the vrs<wbr>Count property: The v<wbr>Sphere Replication Server (VRS) count."
parameters:
- description: "the vrsCount value to set."
name: "vrsCount"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AddonVrProperties withVrsCount(int vrsCount)"
desc: "Set the vrsCount property: The vSphere Replication Server (VRS) count."
returns:
description: "the AddonVrProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.avs.models.AddonVrProperties?alt=com.azure.resourcemanager.avs.models.AddonVrProperties&text=AddonVrProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The properties of a vSphere Replication (VR) addon."
metadata: {}
package: "com.azure.resourcemanager.avs.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-avs:1.2.0