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

93 строки
6.6 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.networkcloud.models.StorageProfile"
fullName: "com.azure.resourcemanager.networkcloud.models.StorageProfile"
name: "StorageProfile"
nameWithType: "StorageProfile"
summary: "Storage<wbr>Profile represents information about a disk."
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 **StorageProfile**"
constructors:
- uid: "com.azure.resourcemanager.networkcloud.models.StorageProfile.StorageProfile()"
fullName: "com.azure.resourcemanager.networkcloud.models.StorageProfile.StorageProfile()"
name: "StorageProfile()"
nameWithType: "StorageProfile.StorageProfile()"
summary: "Creates an instance of Storage<wbr>Profile class."
syntax: "public StorageProfile()"
desc: "Creates an instance of StorageProfile class."
methods:
- uid: "com.azure.resourcemanager.networkcloud.models.StorageProfile.osDisk()"
fullName: "com.azure.resourcemanager.networkcloud.models.StorageProfile.osDisk()"
name: "osDisk()"
nameWithType: "StorageProfile.osDisk()"
summary: "Get the os<wbr>Disk property: Os<wbr>Disk represents configuration of the boot disk."
syntax: "public OsDisk osDisk()"
desc: "Get the osDisk property: OsDisk represents configuration of the boot disk.\n\nThe disk to use with this virtual machine."
returns:
description: "the osDisk value."
type: "<xref href=\"com.azure.resourcemanager.networkcloud.models.OsDisk?alt=com.azure.resourcemanager.networkcloud.models.OsDisk&text=OsDisk\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.networkcloud.models.StorageProfile.validate()"
fullName: "com.azure.resourcemanager.networkcloud.models.StorageProfile.validate()"
name: "validate()"
nameWithType: "StorageProfile.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.networkcloud.models.StorageProfile.volumeAttachments()"
fullName: "com.azure.resourcemanager.networkcloud.models.StorageProfile.volumeAttachments()"
name: "volumeAttachments()"
nameWithType: "StorageProfile.volumeAttachments()"
summary: "Get the volume<wbr>Attachments property: The resource IDs of volumes that are requested to be attached to the virtual machine."
syntax: "public List<String> volumeAttachments()"
desc: "Get the volumeAttachments property: The resource IDs of volumes that are requested to be attached to the virtual machine."
returns:
description: "the volumeAttachments value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.networkcloud.models.StorageProfile.withOsDisk(com.azure.resourcemanager.networkcloud.models.OsDisk)"
fullName: "com.azure.resourcemanager.networkcloud.models.StorageProfile.withOsDisk(OsDisk osDisk)"
name: "withOsDisk(OsDisk osDisk)"
nameWithType: "StorageProfile.withOsDisk(OsDisk osDisk)"
summary: "Set the os<wbr>Disk property: Os<wbr>Disk represents configuration of the boot disk."
parameters:
- description: "the osDisk value to set."
name: "osDisk"
type: "<xref href=\"com.azure.resourcemanager.networkcloud.models.OsDisk?alt=com.azure.resourcemanager.networkcloud.models.OsDisk&text=OsDisk\" data-throw-if-not-resolved=\"False\" />"
syntax: "public StorageProfile withOsDisk(OsDisk osDisk)"
desc: "Set the osDisk property: OsDisk represents configuration of the boot disk.\n\nThe disk to use with this virtual machine."
returns:
description: "the StorageProfile object itself."
type: "<xref href=\"com.azure.resourcemanager.networkcloud.models.StorageProfile?alt=com.azure.resourcemanager.networkcloud.models.StorageProfile&text=StorageProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.networkcloud.models.StorageProfile.withVolumeAttachments(java.util.List<java.lang.String>)"
fullName: "com.azure.resourcemanager.networkcloud.models.StorageProfile.withVolumeAttachments(List<String> volumeAttachments)"
name: "withVolumeAttachments(List<String> volumeAttachments)"
nameWithType: "StorageProfile.withVolumeAttachments(List<String> volumeAttachments)"
summary: "Set the volume<wbr>Attachments property: The resource IDs of volumes that are requested to be attached to the virtual machine."
parameters:
- description: "the volumeAttachments value to set."
name: "volumeAttachments"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public StorageProfile withVolumeAttachments(List<String> volumeAttachments)"
desc: "Set the volumeAttachments property: The resource IDs of volumes that are requested to be attached to the virtual machine."
returns:
description: "the StorageProfile object itself."
type: "<xref href=\"com.azure.resourcemanager.networkcloud.models.StorageProfile?alt=com.azure.resourcemanager.networkcloud.models.StorageProfile&text=StorageProfile\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "StorageProfile represents information about a disk."
metadata: {}
package: "com.azure.resourcemanager.networkcloud.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-networkcloud:1.0.0