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.Definition.IWithCreate WithBootDiagnostics ();
abstract member WithBootDiagnostics : unit -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithCreate
Public Function WithBootDiagnostics () As IWithCreate

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.Definition.IWithCreate 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.Definition.IWithCreate
Public Function WithBootDiagnostics (creatable As ICreatable(Of IStorageAccount)) As IWithCreate

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.Definition.IWithCreate WithBootDiagnostics (Microsoft.Azure.Management.Storage.Fluent.IStorageAccount storageAccount);
abstract member WithBootDiagnostics : Microsoft.Azure.Management.Storage.Fluent.IStorageAccount -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithCreate
Public Function WithBootDiagnostics (storageAccount As IStorageAccount) As IWithCreate

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.Definition.IWithCreate WithBootDiagnostics (string storageAccountBlobEndpointUri);
abstract member WithBootDiagnostics : string -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithCreate
Public Function WithBootDiagnostics (storageAccountBlobEndpointUri As String) As IWithCreate

Paramètres

storageAccountBlobEndpointUri
String

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

Retours

S’applique à