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 ManagedDiskParameterscreate(String id, String storageAccountType)abstract Stringid()abstract StorageAccountTypestorageAccountType()
-
-
-
Method Detail
-
storageAccountType
@Nullable public abstract StorageAccountType storageAccountType()
-
create
public static ManagedDiskParameters create(String id, String storageAccountType)
-
-