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

69 строки
5.1 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.connectedvmware.models.StorageProfileUpdate"
fullName: "com.azure.resourcemanager.connectedvmware.models.StorageProfileUpdate"
name: "StorageProfileUpdate"
nameWithType: "StorageProfileUpdate"
summary: "Specifies the storage settings for the virtual machine disks."
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 **StorageProfileUpdate**"
constructors:
- uid: "com.azure.resourcemanager.connectedvmware.models.StorageProfileUpdate.StorageProfileUpdate()"
fullName: "com.azure.resourcemanager.connectedvmware.models.StorageProfileUpdate.StorageProfileUpdate()"
name: "StorageProfileUpdate()"
nameWithType: "StorageProfileUpdate.StorageProfileUpdate()"
summary: "Creates an instance of Storage<wbr>Profile<wbr>Update class."
syntax: "public StorageProfileUpdate()"
desc: "Creates an instance of StorageProfileUpdate class."
methods:
- uid: "com.azure.resourcemanager.connectedvmware.models.StorageProfileUpdate.disks()"
fullName: "com.azure.resourcemanager.connectedvmware.models.StorageProfileUpdate.disks()"
name: "disks()"
nameWithType: "StorageProfileUpdate.disks()"
summary: "Get the disks property: Gets or sets the list of virtual disks associated with the virtual machine."
syntax: "public List<VirtualDiskUpdate> disks()"
desc: "Get the disks property: Gets or sets the list of virtual disks associated with the virtual machine."
returns:
description: "the disks value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.connectedvmware.models.VirtualDiskUpdate?alt=com.azure.resourcemanager.connectedvmware.models.VirtualDiskUpdate&text=VirtualDiskUpdate\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.connectedvmware.models.StorageProfileUpdate.validate()"
fullName: "com.azure.resourcemanager.connectedvmware.models.StorageProfileUpdate.validate()"
name: "validate()"
nameWithType: "StorageProfileUpdate.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.connectedvmware.models.StorageProfileUpdate.withDisks(java.util.List<com.azure.resourcemanager.connectedvmware.models.VirtualDiskUpdate>)"
fullName: "com.azure.resourcemanager.connectedvmware.models.StorageProfileUpdate.withDisks(List<VirtualDiskUpdate> disks)"
name: "withDisks(List<VirtualDiskUpdate> disks)"
nameWithType: "StorageProfileUpdate.withDisks(List<VirtualDiskUpdate> disks)"
summary: "Set the disks property: Gets or sets the list of virtual disks associated with the virtual machine."
parameters:
- description: "the disks value to set."
name: "disks"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.connectedvmware.models.VirtualDiskUpdate?alt=com.azure.resourcemanager.connectedvmware.models.VirtualDiskUpdate&text=VirtualDiskUpdate\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public StorageProfileUpdate withDisks(List<VirtualDiskUpdate> disks)"
desc: "Set the disks property: Gets or sets the list of virtual disks associated with the virtual machine."
returns:
description: "the StorageProfileUpdate object itself."
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.StorageProfileUpdate?alt=com.azure.resourcemanager.connectedvmware.models.StorageProfileUpdate&text=StorageProfileUpdate\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Specifies the storage settings for the virtual machine disks."
metadata: {}
package: "com.azure.resourcemanager.connectedvmware.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0