VirtualMachine.DefinitionStages.WithBootDiagnostics Interface

public interface WithBootDiagnostics

The stage of the virtual machine definition allowing to enable boot diagnostics.

Method Summary

Modifier and Type Method and Description
VirtualMachine.DefinitionStages.WithCreate withBootDiagnostics()

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

VirtualMachine.DefinitionStages.WithCreate withBootDiagnostics(Creatable<StorageAccount> creatable)

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

VirtualMachine.DefinitionStages.WithCreate withBootDiagnostics(StorageAccount storageAccount)

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

VirtualMachine.DefinitionStages.WithCreate withBootDiagnostics(String storageAccountBlobEndpointUri)

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

Method Details

withBootDiagnostics

public WithCreate withBootDiagnostics()

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

Returns:

the next stage of the definition

withBootDiagnostics

public WithCreate withBootDiagnostics(Creatable creatable)

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

Parameters:

creatable - the storage account to be created and used for store the boot diagnostics

Returns:

the next stage of the definition

withBootDiagnostics

public WithCreate withBootDiagnostics(StorageAccount storageAccount)

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

Parameters:

storageAccount - an existing storage account to be uses to store the boot diagnostics

Returns:

the next stage of the definition

withBootDiagnostics

public WithCreate withBootDiagnostics(String storageAccountBlobEndpointUri)

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

Parameters:

storageAccountBlobEndpointUri - a storage account blob endpoint to store the boot diagnostics

Returns:

the next stage of the definition

Applies to