ManagedDisk Class
- java.
lang. Object - com.
microsoft. azure. batch. protocol. models. ManagedDisk
- com.
public class ManagedDisk
The ManagedDisk model.
Constructor Summary
Constructor | Description | |
---|---|---|
ManagedDisk() |
Method Summary
Modifier and Type | Method and Description |
---|---|
VMDisk |
securityProfile()
Get the security |
Storage |
storageAccountType()
Get possible values include: 'StandardLRS', 'PremiumLRS', 'StandardSSDLRS'. |
Managed |
withSecurityProfile(VMDiskSecurityProfile securityProfile)
Set the security |
Managed |
withStorageAccountType(StorageAccountType storageAccountType)
Set possible values include: 'StandardLRS', 'PremiumLRS', 'StandardSSDLRS'. |
Methods inherited from java.lang.Object
Constructor Details
ManagedDisk
public ManagedDisk()
Method Details
securityProfile
public VMDiskSecurityProfile securityProfile()
Get the securityProfile value.
Returns:
storageAccountType
public StorageAccountType storageAccountType()
Get possible values include: 'StandardLRS', 'PremiumLRS', 'StandardSSDLRS'.
Returns:
withSecurityProfile
public ManagedDisk withSecurityProfile(VMDiskSecurityProfile securityProfile)
Set the securityProfile value.
Parameters:
Returns:
withStorageAccountType
public ManagedDisk withStorageAccountType(StorageAccountType storageAccountType)
Set possible values include: 'StandardLRS', 'PremiumLRS', 'StandardSSDLRS'.
Parameters:
Returns:
Applies to
Azure SDK for Java