Partager via


IWithOS.WithSpecializedOSDisk(IDisk, OperatingSystemTypes) Méthode

Définition

Spécifie un disque managé de système d’exploitation spécialisé à attacher à la machine virtuelle.

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithManagedCreate WithSpecializedOSDisk (Microsoft.Azure.Management.Compute.Fluent.IDisk disk, Microsoft.Azure.Management.Compute.Fluent.Models.OperatingSystemTypes osType);
abstract member WithSpecializedOSDisk : Microsoft.Azure.Management.Compute.Fluent.IDisk * Microsoft.Azure.Management.Compute.Fluent.Models.OperatingSystemTypes -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithManagedCreate
Public Function WithSpecializedOSDisk (disk As IDisk, osType As OperatingSystemTypes) As IWithManagedCreate

Paramètres

disk
IDisk

Disque managé à attacher.

osType
OperatingSystemTypes

Type de système d’exploitation.

Retours

S’applique à