IWithBootDiagnostics.WithBootDiagnostics Method

Definition

Overloads

WithBootDiagnostics()

Specifies that boot diagnostics needs to be enabled in the virtual machine.

WithBootDiagnostics(ICreatable<IStorageAccount>)

Specifies that boot diagnostics needs to be enabled in the virtual machine.

WithBootDiagnostics(IStorageAccount)

Specifies that boot diagnostics needs to be enabled in the virtual machine.

WithBootDiagnostics(String)

Specifies that boot diagnostics needs to be enabled in the virtual machine.

WithBootDiagnostics()

Specifies that boot diagnostics needs to be enabled in the virtual machine.

C#
public Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithCreate WithBootDiagnostics();

Returns

Applies to

Azure SDK for .NET Legacy
Продукт Версії
Azure SDK for .NET Legacy

WithBootDiagnostics(ICreatable<IStorageAccount>)

Specifies that boot diagnostics needs to be enabled in the virtual machine.

C#
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);

Parameters

creatable
ICreatable<IStorageAccount>

The storage account to be created and used for store the boot diagnostics.

Returns

Applies to

Azure SDK for .NET Legacy
Продукт Версії
Azure SDK for .NET Legacy

WithBootDiagnostics(IStorageAccount)

Specifies that boot diagnostics needs to be enabled in the virtual machine.

C#
public Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithCreate WithBootDiagnostics(Microsoft.Azure.Management.Storage.Fluent.IStorageAccount storageAccount);

Parameters

storageAccount
IStorageAccount

An existing storage account to be uses to store the boot diagnostics.

Returns

Applies to

Azure SDK for .NET Legacy
Продукт Версії
Azure SDK for .NET Legacy

WithBootDiagnostics(String)

Specifies that boot diagnostics needs to be enabled in the virtual machine.

C#
public Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithCreate WithBootDiagnostics(string storageAccountBlobEndpointUri);

Parameters

storageAccountBlobEndpointUri
String

A storage account blob endpoint to store the boot diagnostics.

Returns

Applies to

Azure SDK for .NET Legacy
Продукт Версії
Azure SDK for .NET Legacy