Compartilhar via


ArmComputeModelFactory.RestorePointSourceVmOSDisk Método

Definição

Inicializa uma nova instância de RestorePointSourceVmOSDisk.

public static Azure.ResourceManager.Compute.Models.RestorePointSourceVmOSDisk RestorePointSourceVmOSDisk (Azure.ResourceManager.Compute.Models.OperatingSystemType? osType = default, Azure.ResourceManager.Compute.Models.DiskEncryptionSettings encryptionSettings = default, string name = default, Azure.ResourceManager.Compute.Models.CachingType? caching = default, int? diskSizeGB = default, Azure.ResourceManager.Compute.Models.VirtualMachineManagedDisk managedDisk = default, Azure.ResourceManager.Compute.Models.DiskRestorePointAttributes diskRestorePoint = default, bool? writeAcceleratorEnabled = default);
static member RestorePointSourceVmOSDisk : Nullable<Azure.ResourceManager.Compute.Models.OperatingSystemType> * Azure.ResourceManager.Compute.Models.DiskEncryptionSettings * string * Nullable<Azure.ResourceManager.Compute.Models.CachingType> * Nullable<int> * Azure.ResourceManager.Compute.Models.VirtualMachineManagedDisk * Azure.ResourceManager.Compute.Models.DiskRestorePointAttributes * Nullable<bool> -> Azure.ResourceManager.Compute.Models.RestorePointSourceVmOSDisk
Public Shared Function RestorePointSourceVmOSDisk (Optional osType As Nullable(Of OperatingSystemType) = Nothing, Optional encryptionSettings As DiskEncryptionSettings = Nothing, Optional name As String = Nothing, Optional caching As Nullable(Of CachingType) = Nothing, Optional diskSizeGB As Nullable(Of Integer) = Nothing, Optional managedDisk As VirtualMachineManagedDisk = Nothing, Optional diskRestorePoint As DiskRestorePointAttributes = Nothing, Optional writeAcceleratorEnabled As Nullable(Of Boolean) = Nothing) As RestorePointSourceVmOSDisk

Parâmetros

osType
Nullable<OperatingSystemType>

Obtém o tipo de sistema operacional.

encryptionSettings
DiskEncryptionSettings

Obtém as configurações de criptografia de disco.

name
String

Obtém o nome do disco.

caching
Nullable<CachingType>

Obtém o tipo de cache.

diskSizeGB
Nullable<Int32>

Obtém o tamanho do disco em GB.

managedDisk
VirtualMachineManagedDisk

Obtém os detalhes do disco gerenciado.

diskRestorePoint
DiskRestorePointAttributes

Contém propriedades do Ponto de Restauração de Disco.

writeAcceleratorEnabled
Nullable<Boolean>

Mostra true se o disco está habilitado para acelerador de gravação.

Retornos

Uma nova RestorePointSourceVmOSDisk instância para zombar.

Aplica-se a