Partager via


IWithBootDiagnostics.WithBootDiagnostics Méthode

Définition

Surcharges

WithBootDiagnostics()

Spécifie que le diagnostics de démarrage doit être activé dans la machine virtuelle.

WithBootDiagnostics(ICreatable<IStorageAccount>)

Spécifie que le diagnostics de démarrage doit être activé dans la machine virtuelle.

WithBootDiagnostics(IStorageAccount)

Spécifie que le diagnostics de démarrage doit être activé dans la machine virtuelle.

WithBootDiagnostics(String)

Spécifie que le diagnostics de démarrage doit être activé dans la machine virtuelle.

WithBootDiagnostics()

Spécifie que le diagnostics de démarrage doit être activé dans la machine virtuelle.

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Update.IUpdate WithBootDiagnostics ();
abstract member WithBootDiagnostics : unit -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Update.IUpdate
Public Function WithBootDiagnostics () As IUpdate

Retours

S’applique à

WithBootDiagnostics(ICreatable<IStorageAccount>)

Spécifie que le diagnostics de démarrage doit être activé dans la machine virtuelle.

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Update.IUpdate WithBootDiagnostics (Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Storage.Fluent.IStorageAccount> creatable);
abstract member WithBootDiagnostics : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Storage.Fluent.IStorageAccount> -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Update.IUpdate
Public Function WithBootDiagnostics (creatable As ICreatable(Of IStorageAccount)) As IUpdate

Paramètres

creatable
ICreatable<IStorageAccount>

Compte de stockage à créer et à utiliser pour stocker le diagnostics de démarrage.

Retours

S’applique à

WithBootDiagnostics(IStorageAccount)

Spécifie que le diagnostics de démarrage doit être activé dans la machine virtuelle.

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Update.IUpdate WithBootDiagnostics (Microsoft.Azure.Management.Storage.Fluent.IStorageAccount storageAccount);
abstract member WithBootDiagnostics : Microsoft.Azure.Management.Storage.Fluent.IStorageAccount -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Update.IUpdate
Public Function WithBootDiagnostics (storageAccount As IStorageAccount) As IUpdate

Paramètres

storageAccount
IStorageAccount

Un compte de stockage existant à utiliser pour stocker le diagnostics de démarrage.

Retours

S’applique à

WithBootDiagnostics(String)

Spécifie que le diagnostics de démarrage doit être activé dans la machine virtuelle.

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Update.IUpdate WithBootDiagnostics (string storageAccountBlobEndpointUri);
abstract member WithBootDiagnostics : string -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Update.IUpdate
Public Function WithBootDiagnostics (storageAccountBlobEndpointUri As String) As IUpdate

Paramètres

storageAccountBlobEndpointUri
String

Point de terminaison d’objet blob de compte de stockage pour stocker le diagnostics de démarrage.

Retours

S’applique à