Class ManagedDiskParameters
- java.lang.Object
-
- org.jclouds.azurecompute.arm.domain.ManagedDiskParameters
-
public abstract class ManagedDiskParameters extends Object
-
-
Constructor Summary
Constructors Constructor Description ManagedDiskParameters()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static ManagedDiskParameters
create(String id, String storageAccountType)
abstract String
id()
abstract StorageAccountType
storageAccountType()
-
-
-
Method Detail
-
storageAccountType
@Nullable public abstract StorageAccountType storageAccountType()
-
create
public static ManagedDiskParameters create(String id, String storageAccountType)
-
-