ManagedDisk Class

  • java.lang.Object
    • com.microsoft.azure.batch.protocol.models.ManagedDisk

public class ManagedDisk

The ManagedDisk model.

Constructor Summary

Constructor Description
ManagedDisk()

Method Summary

Modifier and Type Method and Description
VMDiskSecurityProfile securityProfile()

Get the securityProfile value.

StorageAccountType storageAccountType()

Get possible values include: 'StandardLRS', 'PremiumLRS', 'StandardSSDLRS'.

ManagedDisk withSecurityProfile(VMDiskSecurityProfile securityProfile)

Set the securityProfile value.

ManagedDisk 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:

the securityProfile value

storageAccountType

public StorageAccountType storageAccountType()

Get possible values include: 'StandardLRS', 'PremiumLRS', 'StandardSSDLRS'.

Returns:

the storageAccountType value

withSecurityProfile

public ManagedDisk withSecurityProfile(VMDiskSecurityProfile securityProfile)

Set the securityProfile value.

Parameters:

securityProfile - the securityProfile value to set

Returns:

the ManagedDisk object itself.

withStorageAccountType

public ManagedDisk withStorageAccountType(StorageAccountType storageAccountType)

Set possible values include: 'StandardLRS', 'PremiumLRS', 'StandardSSDLRS'.

Parameters:

storageAccountType - the storageAccountType value to set

Returns:

the ManagedDisk object itself.

Applies to