126 строки
9.2 KiB
YAML
126 строки
9.2 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.compute.models.DataDisksToDetach"
|
|
fullName: "com.azure.resourcemanager.compute.models.DataDisksToDetach"
|
|
name: "DataDisksToDetach"
|
|
nameWithType: "DataDisksToDetach"
|
|
summary: "Describes the data disk to be detached."
|
|
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 **DataDisksToDetach**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.compute.models.DataDisksToDetach?alt=com.azure.resourcemanager.compute.models.DataDisksToDetach&text=DataDisksToDetach\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.compute.models.DataDisksToDetach.DataDisksToDetach()"
|
|
fullName: "com.azure.resourcemanager.compute.models.DataDisksToDetach.DataDisksToDetach()"
|
|
name: "DataDisksToDetach()"
|
|
nameWithType: "DataDisksToDetach.DataDisksToDetach()"
|
|
summary: "Creates an instance of Data<wbr>Disks<wbr>ToDetach class."
|
|
syntax: "public DataDisksToDetach()"
|
|
desc: "Creates an instance of DataDisksToDetach class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.compute.models.DataDisksToDetach.detachOption()"
|
|
fullName: "com.azure.resourcemanager.compute.models.DataDisksToDetach.detachOption()"
|
|
name: "detachOption()"
|
|
nameWithType: "DataDisksToDetach.detachOption()"
|
|
summary: "Get the detach<wbr>Option property: Supported options available for Detach of a disk from a VM."
|
|
syntax: "public DiskDetachOptionTypes detachOption()"
|
|
desc: "Get the detachOption property: Supported options available for Detach of a disk from a VM. Refer to DetachOption object reference for more details."
|
|
returns:
|
|
description: "the detachOption value."
|
|
type: "<xref href=\"com.azure.resourcemanager.compute.models.DiskDetachOptionTypes?alt=com.azure.resourcemanager.compute.models.DiskDetachOptionTypes&text=DiskDetachOptionTypes\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.compute.models.DataDisksToDetach.diskId()"
|
|
fullName: "com.azure.resourcemanager.compute.models.DataDisksToDetach.diskId()"
|
|
name: "diskId()"
|
|
nameWithType: "DataDisksToDetach.diskId()"
|
|
summary: "Get the disk<wbr>Id property: ID of the managed data disk."
|
|
syntax: "public String diskId()"
|
|
desc: "Get the diskId property: ID of the managed data disk."
|
|
returns:
|
|
description: "the diskId value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.compute.models.DataDisksToDetach.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.compute.models.DataDisksToDetach.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "DataDisksToDetach.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Data<wbr>Disks<wbr>ToDetach 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 DataDisksToDetach 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 DataDisksToDetach from the JsonReader."
|
|
returns:
|
|
description: "An instance of DataDisksToDetach 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.compute.models.DataDisksToDetach?alt=com.azure.resourcemanager.compute.models.DataDisksToDetach&text=DataDisksToDetach\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.compute.models.DataDisksToDetach.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.compute.models.DataDisksToDetach.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "DataDisksToDetach.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.compute.models.DataDisksToDetach.validate()"
|
|
fullName: "com.azure.resourcemanager.compute.models.DataDisksToDetach.validate()"
|
|
name: "validate()"
|
|
nameWithType: "DataDisksToDetach.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.compute.models.DataDisksToDetach.withDetachOption(com.azure.resourcemanager.compute.models.DiskDetachOptionTypes)"
|
|
fullName: "com.azure.resourcemanager.compute.models.DataDisksToDetach.withDetachOption(DiskDetachOptionTypes detachOption)"
|
|
name: "withDetachOption(DiskDetachOptionTypes detachOption)"
|
|
nameWithType: "DataDisksToDetach.withDetachOption(DiskDetachOptionTypes detachOption)"
|
|
summary: "Set the detach<wbr>Option property: Supported options available for Detach of a disk from a VM."
|
|
parameters:
|
|
- description: "the detachOption value to set."
|
|
name: "detachOption"
|
|
type: "<xref href=\"com.azure.resourcemanager.compute.models.DiskDetachOptionTypes?alt=com.azure.resourcemanager.compute.models.DiskDetachOptionTypes&text=DiskDetachOptionTypes\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public DataDisksToDetach withDetachOption(DiskDetachOptionTypes detachOption)"
|
|
desc: "Set the detachOption property: Supported options available for Detach of a disk from a VM. Refer to DetachOption object reference for more details."
|
|
returns:
|
|
description: "the DataDisksToDetach object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.compute.models.DataDisksToDetach?alt=com.azure.resourcemanager.compute.models.DataDisksToDetach&text=DataDisksToDetach\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.compute.models.DataDisksToDetach.withDiskId(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.compute.models.DataDisksToDetach.withDiskId(String diskId)"
|
|
name: "withDiskId(String diskId)"
|
|
nameWithType: "DataDisksToDetach.withDiskId(String diskId)"
|
|
summary: "Set the disk<wbr>Id property: ID of the managed data disk."
|
|
parameters:
|
|
- description: "the diskId value to set."
|
|
name: "diskId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public DataDisksToDetach withDiskId(String diskId)"
|
|
desc: "Set the diskId property: ID of the managed data disk."
|
|
returns:
|
|
description: "the DataDisksToDetach object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.compute.models.DataDisksToDetach?alt=com.azure.resourcemanager.compute.models.DataDisksToDetach&text=DataDisksToDetach\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Describes the data disk to be detached."
|
|
implements:
|
|
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.compute.models.DataDisksToDetach?alt=com.azure.resourcemanager.compute.models.DataDisksToDetach&text=DataDisksToDetach\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.compute.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-compute:2.44.0
|