Share via


IWithBootDiagnostics.WithBootDiagnostics Methode

Definition

Überlädt

WithBootDiagnostics()

Gibt an, dass der Start Diagnose in der VM-Skalierungsgruppe aktiviert werden muss.

WithBootDiagnostics(ICreatable<IStorageAccount>)

Gibt an, dass der Start Diagnose in der VM-Skalierungsgruppe aktiviert werden muss.

WithBootDiagnostics(IStorageAccount)

Gibt an, dass der Start Diagnose in der VM-Skalierungsgruppe aktiviert werden muss.

WithBootDiagnostics(String)

Gibt an, dass der Start Diagnose in der VM-Skalierungsgruppe aktiviert werden muss.

WithBootDiagnostics()

Gibt an, dass der Start Diagnose in der VM-Skalierungsgruppe aktiviert werden muss.

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

Gibt zurück

Gilt für:

WithBootDiagnostics(ICreatable<IStorageAccount>)

Gibt an, dass der Start Diagnose in der VM-Skalierungsgruppe aktiviert werden muss.

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.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.VirtualMachineScaleSet.Update.IUpdate
Public Function WithBootDiagnostics (creatable As ICreatable(Of IStorageAccount)) As IUpdate

Parameter

creatable
ICreatable<IStorageAccount>

Das Speicherkonto, das erstellt und zum Speichern der Start-Diagnose verwendet werden soll.

Gibt zurück

Gilt für:

WithBootDiagnostics(IStorageAccount)

Gibt an, dass der Start Diagnose in der VM-Skalierungsgruppe aktiviert werden muss.

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

Parameter

storageAccount
IStorageAccount

Ein vorhandenes Speicherkonto, das zum Speichern der Start-Diagnose verwendet werden soll.

Gibt zurück

Gilt für:

WithBootDiagnostics(String)

Gibt an, dass der Start Diagnose in der VM-Skalierungsgruppe aktiviert werden muss.

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

Parameter

storageAccountBlobEndpointUri
String

Ein Speicherkontoblobendpunkt zum Speichern des Startvorgangs Diagnose.

Gibt zurück

Gilt für: