Interface Disk.DefinitionStages.WithDiskBlobName

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

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

    Modifier and Type
    Method
    Description
    withDiskBlobName(String diskBlobName)
    Specifies the diskBlobName property: When backed by a blob, the name of the VHD blob without extension..
  • Method Details

    • withDiskBlobName

      Disk.DefinitionStages.WithCreate withDiskBlobName(String diskBlobName)
      Specifies the diskBlobName property: When backed by a blob, the name of the VHD blob without extension..
      Parameters:
      diskBlobName - When backed by a blob, the name of the VHD blob without extension.
      Returns:
      the next definition stage.