ImageOSDisk Class
- java.
lang. Object - com.
microsoft. azure. management. compute. ImageOSDisk
- com.
public class ImageOSDisk
Describes an Operating System disk.
Method Summary
Method Details
blobUri
public String blobUri()
Get the blobUri value.
Returns:
caching
public CachingTypes caching()
Get the caching value.
Returns:
diskSizeGB
public Integer diskSizeGB()
Get the diskSizeGB value.
Returns:
managedDisk
public SubResource managedDisk()
Get the managedDisk value.
Returns:
osState
public OperatingSystemStateTypes osState()
Get the osState value.
Returns:
osType
public OperatingSystemTypes osType()
Get the osType value.
Returns:
snapshot
public SubResource snapshot()
Get the snapshot value.
Returns:
storageAccountType
public StorageAccountTypes storageAccountType()
Get the storageAccountType value.
Returns:
withBlobUri
public ImageOSDisk withBlobUri(String blobUri)
Set the blobUri value.
Parameters:
Returns:
withCaching
public ImageOSDisk withCaching(CachingTypes caching)
Set the caching value.
Parameters:
Returns:
withDiskSizeGB
public ImageOSDisk withDiskSizeGB(Integer diskSizeGB)
Set the diskSizeGB value.
Parameters:
Returns:
withManagedDisk
public ImageOSDisk withManagedDisk(SubResource managedDisk)
Set the managedDisk value.
Parameters:
Returns:
withOsState
public ImageOSDisk withOsState(OperatingSystemStateTypes osState)
Set the osState value.
Parameters:
Returns:
withOsType
public ImageOSDisk withOsType(OperatingSystemTypes osType)
Set the osType value.
Parameters:
Returns:
withSnapshot
public ImageOSDisk withSnapshot(SubResource snapshot)
Set the snapshot value.
Parameters:
Returns:
withStorageAccountType
public ImageOSDisk withStorageAccountType(StorageAccountTypes storageAccountType)
Set the storageAccountType value.
Parameters:
Returns:
Applies to
Azure SDK for Java