VirtualMachineUnmanagedDataDisk.UpdateDefinitionWithNewVhd<ParentT> Interface
Type Parameters
- ParentT
the stage of the parent update to return to after attaching this definition
public interface UpdateDefinitionWithNewVhd extends VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.Blank,VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithDiskSource,VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithNewVhdDiskSettings,VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithAttach
The entirety of a unmanaged data disk of a virtual machine scale set update.
Inherited Members
Attachable.InUpdate<ParentT>.attach()
VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithNewVhdDiskSettings<ParentT>.storeAt(String storageAccountName, String containerName, String vhdName)
VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithNewVhdDiskSettings<ParentT>.withCaching(CachingTypes cachingType)
VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithDiskSource<ParentT>.withExistingVhd(String storageAccountName, String containerName, String vhdName)
VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithNewVhdDiskSettings<ParentT>.withLun(Integer lun)
VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithDiskSource<ParentT>.withNewVhd(int sizeInGB)
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Java