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

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

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

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

Parameter

storageAccountBlobEndpointUri
String

Ein Speicherkontoblobendpunkt zum Speichern des Startvorgangs Diagnose.

Gibt zurück

Gilt für: