VirtualMachineScaleSetUnmanagedDataDisk.UpdateDefinition<ParentT> Interface
Type Parameters
- ParentT
the stage of the parent update to return to after attaching this definition
public interface UpdateDefinition extends VirtualMachineScaleSetUnmanagedDataDisk.UpdateDefinitionStages.Blank,VirtualMachineScaleSetUnmanagedDataDisk.UpdateDefinitionStages.WithDiskSource,VirtualMachineScaleSetUnmanagedDataDisk.UpdateDefinitionStages.WithNewVhdDiskSettings,VirtualMachineScaleSetUnmanagedDataDisk.UpdateDefinitionStages.WithAttach
The entirety of a unmanaged data disk of a virtual machine scale set definition.
Inherited Members
Attachable.InUpdate<ParentT>.attach()
VirtualMachineScaleSetUnmanagedDataDisk.UpdateDefinitionStages.WithNewVhdDiskSettings<ParentT>.withCaching(CachingTypes cachingType)
VirtualMachineScaleSetUnmanagedDataDisk.UpdateDefinitionStages.WithNewVhdDiskSettings<ParentT>.withLun(Integer lun)
VirtualMachineScaleSetUnmanagedDataDisk.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