141 строка
9.0 KiB
YAML
141 строка
9.0 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.devtestlabs.models.ComputeDataDisk"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.ComputeDataDisk"
|
|
name: "ComputeDataDisk"
|
|
nameWithType: "ComputeDataDisk"
|
|
summary: "A data disks attached to a virtual machine."
|
|
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 **ComputeDataDisk**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.devtestlabs.models.ComputeDataDisk.ComputeDataDisk()"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.ComputeDataDisk.ComputeDataDisk()"
|
|
name: "ComputeDataDisk()"
|
|
nameWithType: "ComputeDataDisk.ComputeDataDisk()"
|
|
summary: "Creates an instance of Compute<wbr>Data<wbr>Disk class."
|
|
syntax: "public ComputeDataDisk()"
|
|
desc: "Creates an instance of ComputeDataDisk class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.devtestlabs.models.ComputeDataDisk.diskSizeGiB()"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.ComputeDataDisk.diskSizeGiB()"
|
|
name: "diskSizeGiB()"
|
|
nameWithType: "ComputeDataDisk.diskSizeGiB()"
|
|
summary: "Get the disk<wbr>Size<wbr>GiB property: Gets data disk size in GiB."
|
|
syntax: "public Integer diskSizeGiB()"
|
|
desc: "Get the diskSizeGiB property: Gets data disk size in GiB."
|
|
returns:
|
|
description: "the diskSizeGiB value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
- uid: "com.azure.resourcemanager.devtestlabs.models.ComputeDataDisk.diskUri()"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.ComputeDataDisk.diskUri()"
|
|
name: "diskUri()"
|
|
nameWithType: "ComputeDataDisk.diskUri()"
|
|
summary: "Get the disk<wbr>Uri property: When backed by a blob, the URI of underlying blob."
|
|
syntax: "public String diskUri()"
|
|
desc: "Get the diskUri property: When backed by a blob, the URI of underlying blob."
|
|
returns:
|
|
description: "the diskUri value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.devtestlabs.models.ComputeDataDisk.managedDiskId()"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.ComputeDataDisk.managedDiskId()"
|
|
name: "managedDiskId()"
|
|
nameWithType: "ComputeDataDisk.managedDiskId()"
|
|
summary: "Get the managed<wbr>Disk<wbr>Id property: When backed by managed disk, this is the ID of the compute disk resource."
|
|
syntax: "public String managedDiskId()"
|
|
desc: "Get the managedDiskId property: When backed by managed disk, this is the ID of the compute disk resource."
|
|
returns:
|
|
description: "the managedDiskId value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.devtestlabs.models.ComputeDataDisk.name()"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.ComputeDataDisk.name()"
|
|
name: "name()"
|
|
nameWithType: "ComputeDataDisk.name()"
|
|
summary: "Get the name property: Gets data disk name."
|
|
syntax: "public String name()"
|
|
desc: "Get the name property: Gets data disk 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.devtestlabs.models.ComputeDataDisk.validate()"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.ComputeDataDisk.validate()"
|
|
name: "validate()"
|
|
nameWithType: "ComputeDataDisk.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.devtestlabs.models.ComputeDataDisk.withDiskSizeGiB(java.lang.Integer)"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.ComputeDataDisk.withDiskSizeGiB(Integer diskSizeGiB)"
|
|
name: "withDiskSizeGiB(Integer diskSizeGiB)"
|
|
nameWithType: "ComputeDataDisk.withDiskSizeGiB(Integer diskSizeGiB)"
|
|
summary: "Set the disk<wbr>Size<wbr>GiB property: Gets data disk size in GiB."
|
|
parameters:
|
|
- description: "the diskSizeGiB value to set."
|
|
name: "diskSizeGiB"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
syntax: "public ComputeDataDisk withDiskSizeGiB(Integer diskSizeGiB)"
|
|
desc: "Set the diskSizeGiB property: Gets data disk size in GiB."
|
|
returns:
|
|
description: "the ComputeDataDisk object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.ComputeDataDisk?alt=com.azure.resourcemanager.devtestlabs.models.ComputeDataDisk&text=ComputeDataDisk\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.devtestlabs.models.ComputeDataDisk.withDiskUri(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.ComputeDataDisk.withDiskUri(String diskUri)"
|
|
name: "withDiskUri(String diskUri)"
|
|
nameWithType: "ComputeDataDisk.withDiskUri(String diskUri)"
|
|
summary: "Set the disk<wbr>Uri property: When backed by a blob, the URI of underlying blob."
|
|
parameters:
|
|
- description: "the diskUri value to set."
|
|
name: "diskUri"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public ComputeDataDisk withDiskUri(String diskUri)"
|
|
desc: "Set the diskUri property: When backed by a blob, the URI of underlying blob."
|
|
returns:
|
|
description: "the ComputeDataDisk object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.ComputeDataDisk?alt=com.azure.resourcemanager.devtestlabs.models.ComputeDataDisk&text=ComputeDataDisk\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.devtestlabs.models.ComputeDataDisk.withManagedDiskId(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.ComputeDataDisk.withManagedDiskId(String managedDiskId)"
|
|
name: "withManagedDiskId(String managedDiskId)"
|
|
nameWithType: "ComputeDataDisk.withManagedDiskId(String managedDiskId)"
|
|
summary: "Set the managed<wbr>Disk<wbr>Id property: When backed by managed disk, this is the ID of the compute disk resource."
|
|
parameters:
|
|
- description: "the managedDiskId value to set."
|
|
name: "managedDiskId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public ComputeDataDisk withManagedDiskId(String managedDiskId)"
|
|
desc: "Set the managedDiskId property: When backed by managed disk, this is the ID of the compute disk resource."
|
|
returns:
|
|
description: "the ComputeDataDisk object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.ComputeDataDisk?alt=com.azure.resourcemanager.devtestlabs.models.ComputeDataDisk&text=ComputeDataDisk\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.devtestlabs.models.ComputeDataDisk.withName(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.ComputeDataDisk.withName(String name)"
|
|
name: "withName(String name)"
|
|
nameWithType: "ComputeDataDisk.withName(String name)"
|
|
summary: "Set the name property: Gets data disk 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 ComputeDataDisk withName(String name)"
|
|
desc: "Set the name property: Gets data disk name."
|
|
returns:
|
|
description: "the ComputeDataDisk object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.ComputeDataDisk?alt=com.azure.resourcemanager.devtestlabs.models.ComputeDataDisk&text=ComputeDataDisk\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "A data disks attached to a virtual machine."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.devtestlabs.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-devtestlabs:1.0.0
|