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

126 строки
8.6 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.netapp.models.SubvolumePatchRequest"
fullName: "com.azure.resourcemanager.netapp.models.SubvolumePatchRequest"
name: "SubvolumePatchRequest"
nameWithType: "SubvolumePatchRequest"
summary: "Subvolume Patch Request properties."
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 **SubvolumePatchRequest**</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.netapp.models.SubvolumePatchRequest?alt=com.azure.resourcemanager.netapp.models.SubvolumePatchRequest&text=SubvolumePatchRequest\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.netapp.models.SubvolumePatchRequest.SubvolumePatchRequest()"
fullName: "com.azure.resourcemanager.netapp.models.SubvolumePatchRequest.SubvolumePatchRequest()"
name: "SubvolumePatchRequest()"
nameWithType: "SubvolumePatchRequest.SubvolumePatchRequest()"
summary: "Creates an instance of Subvolume<wbr>Patch<wbr>Request class."
syntax: "public SubvolumePatchRequest()"
desc: "Creates an instance of SubvolumePatchRequest class."
methods:
- uid: "com.azure.resourcemanager.netapp.models.SubvolumePatchRequest.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.netapp.models.SubvolumePatchRequest.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "SubvolumePatchRequest.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Subvolume<wbr>Patch<wbr>Request 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 SubvolumePatchRequest fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the SubvolumePatchRequest."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of SubvolumePatchRequest from the JsonReader."
returns:
description: "An instance of SubvolumePatchRequest if the JsonReader was pointing to an instance of it, or null if it\n was pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.netapp.models.SubvolumePatchRequest?alt=com.azure.resourcemanager.netapp.models.SubvolumePatchRequest&text=SubvolumePatchRequest\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.netapp.models.SubvolumePatchRequest.path()"
fullName: "com.azure.resourcemanager.netapp.models.SubvolumePatchRequest.path()"
name: "path()"
nameWithType: "SubvolumePatchRequest.path()"
summary: "Get the path property: path to the subvolume."
syntax: "public String path()"
desc: "Get the path property: path to the subvolume."
returns:
description: "the path value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.netapp.models.SubvolumePatchRequest.size()"
fullName: "com.azure.resourcemanager.netapp.models.SubvolumePatchRequest.size()"
name: "size()"
nameWithType: "SubvolumePatchRequest.size()"
summary: "Get the size property: Truncate subvolume to the provided size in bytes."
syntax: "public Long size()"
desc: "Get the size property: Truncate subvolume to the provided size in bytes."
returns:
description: "the size value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.netapp.models.SubvolumePatchRequest.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.netapp.models.SubvolumePatchRequest.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "SubvolumePatchRequest.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.netapp.models.SubvolumePatchRequest.validate()"
fullName: "com.azure.resourcemanager.netapp.models.SubvolumePatchRequest.validate()"
name: "validate()"
nameWithType: "SubvolumePatchRequest.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.netapp.models.SubvolumePatchRequest.withPath(java.lang.String)"
fullName: "com.azure.resourcemanager.netapp.models.SubvolumePatchRequest.withPath(String path)"
name: "withPath(String path)"
nameWithType: "SubvolumePatchRequest.withPath(String path)"
summary: "Set the path property: path to the subvolume."
parameters:
- description: "the path value to set."
name: "path"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public SubvolumePatchRequest withPath(String path)"
desc: "Set the path property: path to the subvolume."
returns:
description: "the SubvolumePatchRequest object itself."
type: "<xref href=\"com.azure.resourcemanager.netapp.models.SubvolumePatchRequest?alt=com.azure.resourcemanager.netapp.models.SubvolumePatchRequest&text=SubvolumePatchRequest\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.netapp.models.SubvolumePatchRequest.withSize(java.lang.Long)"
fullName: "com.azure.resourcemanager.netapp.models.SubvolumePatchRequest.withSize(Long size)"
name: "withSize(Long size)"
nameWithType: "SubvolumePatchRequest.withSize(Long size)"
summary: "Set the size property: Truncate subvolume to the provided size in bytes."
parameters:
- description: "the size value to set."
name: "size"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
syntax: "public SubvolumePatchRequest withSize(Long size)"
desc: "Set the size property: Truncate subvolume to the provided size in bytes."
returns:
description: "the SubvolumePatchRequest object itself."
type: "<xref href=\"com.azure.resourcemanager.netapp.models.SubvolumePatchRequest?alt=com.azure.resourcemanager.netapp.models.SubvolumePatchRequest&text=SubvolumePatchRequest\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Subvolume Patch Request properties."
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.netapp.models.SubvolumePatchRequest?alt=com.azure.resourcemanager.netapp.models.SubvolumePatchRequest&text=SubvolumePatchRequest\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.netapp.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-netapp:1.4.0