Partager via


IWithOS.WithSpecializedOSUnmanagedDisk(String, OperatingSystemTypes) Méthode

Définition

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

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithUnmanagedCreate WithSpecializedOSUnmanagedDisk (string osDiskUrl, Microsoft.Azure.Management.Compute.Fluent.Models.OperatingSystemTypes osType);
abstract member WithSpecializedOSUnmanagedDisk : string * Microsoft.Azure.Management.Compute.Fluent.Models.OperatingSystemTypes -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithUnmanagedCreate
Public Function WithSpecializedOSUnmanagedDisk (osDiskUrl As String, osType As OperatingSystemTypes) As IWithUnmanagedCreate

Paramètres

osDiskUrl
String

OsDiskUrl l’URL du disque du système d’exploitation dans le compte de stockage Azure.

osType
OperatingSystemTypes

Type de système d’exploitation.

Retours

S’applique à