Partager via


PSManagedDisk Constructors

Definition

Overloads

PSManagedDisk(Nullable<StorageAccountType>)

public PSManagedDisk(Microsoft.Azure.Batch.Common.StorageAccountType? storageAccountType = default);
new Microsoft.Azure.Commands.Batch.Models.PSManagedDisk : Nullable<Microsoft.Azure.Batch.Common.StorageAccountType> -> Microsoft.Azure.Commands.Batch.Models.PSManagedDisk
Public Sub New (Optional storageAccountType As Nullable(Of StorageAccountType) = Nothing)

Parameters

storageAccountType
Nullable<StorageAccountType>

Applies to

PSManagedDisk(Nullable<StorageAccountType>, PSVMDiskSecurityProfile)

public PSManagedDisk(Microsoft.Azure.Batch.Common.StorageAccountType? storageAccountType = default, Microsoft.Azure.Commands.Batch.Models.PSVMDiskSecurityProfile securityProfile = default);
new Microsoft.Azure.Commands.Batch.Models.PSManagedDisk : Nullable<Microsoft.Azure.Batch.Common.StorageAccountType> * Microsoft.Azure.Commands.Batch.Models.PSVMDiskSecurityProfile -> Microsoft.Azure.Commands.Batch.Models.PSManagedDisk
Public Sub New (Optional storageAccountType As Nullable(Of StorageAccountType) = Nothing, Optional securityProfile As PSVMDiskSecurityProfile = Nothing)

Parameters

storageAccountType
Nullable<StorageAccountType>
securityProfile
PSVMDiskSecurityProfile

Applies to