Interface Disk.DefinitionStages.WithManagedDiskId

All Known Subinterfaces:
Disk.Definition, Disk.DefinitionStages.WithCreate
Enclosing interface:
Disk.DefinitionStages

public static interface Disk.DefinitionStages.WithManagedDiskId
The stage of the Disk definition allowing to specify managedDiskId.
  • Method Summary

    Modifier and Type
    Method
    Description
    withManagedDiskId(String managedDiskId)
    Specifies the managedDiskId property: When backed by managed disk, this is the ID of the compute disk resource..
  • Method Details

    • withManagedDiskId

      Disk.DefinitionStages.WithCreate withManagedDiskId(String managedDiskId)
      Specifies the managedDiskId property: When backed by managed disk, this is the ID of the compute disk resource..
      Parameters:
      managedDiskId - When backed by managed disk, this is the ID of the compute disk resource.
      Returns:
      the next definition stage.