azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.managem...

28 строки
1.6 KiB
YAML

### YamlMime:JavaType
methods:
- fullName: com.microsoft.azure.management.compute.VirtualMachineUnmanagedDataDisk.UpdateStages.WithDiskSize.withSizeInGB(Integer sizeInGB)
name: withSizeInGB(Integer sizeInGB)
nameWithType: VirtualMachineUnmanagedDataDisk.UpdateStages.WithDiskSize.withSizeInGB(Integer sizeInGB)
parameters:
- description: <p>the disk size in GB </p>
name: sizeInGB
type: <xref href="Integer?alt=Integer&text=Integer" data-throw-if-not-resolved="False"/>
returns:
description: <p>the next stage of data disk update </p>
type: <xref href="com.microsoft.azure.management.compute.VirtualMachineUnmanagedDataDisk.Update?alt=com.microsoft.azure.management.compute.VirtualMachineUnmanagedDataDisk.Update&text=VirtualMachineUnmanagedDataDisk.Update" data-throw-if-not-resolved="False"/>
summary: >-
<p>Specifies the new size in GB for data disk.</p>
<p></p>
syntax: public Update withSizeInGB(Integer sizeInGB)
uid: com.microsoft.azure.management.compute.VirtualMachineUnmanagedDataDisk.UpdateStages.WithDiskSize.withSizeInGB(Integer)
nameWithType: VirtualMachineUnmanagedDataDisk.UpdateStages.WithDiskSize
syntax: public interface WithDiskSize
type: interface
uid: com.microsoft.azure.management.compute.VirtualMachineUnmanagedDataDisk.UpdateStages.WithDiskSize
fullName: com.microsoft.azure.management.compute.VirtualMachineUnmanagedDataDisk.UpdateStages.WithDiskSize
name: VirtualMachineUnmanagedDataDisk.UpdateStages.WithDiskSize
package: com.microsoft.azure.management.compute
summary: <p>The stage of the virtual machine data disk update allowing to set the disk size. </p>
metadata: {}