VirtualMachine.UpdateStages.WithBootDiagnostics Interface
public static interface VirtualMachine.UpdateStages.WithBootDiagnostics
The stage of the virtual machine definition allowing to enable boot diagnostics.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withBootDiagnostics()
Specifies that boot diagnostics needs to be enabled in the virtual machine. |
abstract Update |
withBootDiagnostics(Creatable<StorageAccount> creatable)
Specifies that boot diagnostics needs to be enabled in the virtual machine. |
abstract Update |
withBootDiagnostics(StorageAccount storageAccount)
Specifies that boot diagnostics needs to be enabled in the virtual machine. |
abstract Update |
withBootDiagnostics(String storageAccountBlobEndpointUri)
Specifies that boot diagnostics needs to be enabled in the virtual machine. |
abstract Update |
withBootDiagnosticsOnManagedStorageAccount()
Specifies that boot diagnostics needs to be enabled in the virtual machine. |
abstract Update |
withoutBootDiagnostics()
Specifies that boot diagnostics needs to be disabled in the virtual machine. |
Method Details
withBootDiagnostics
public abstract VirtualMachine.Update withBootDiagnostics()
Specifies that boot diagnostics needs to be enabled in the virtual machine.
Returns:
withBootDiagnostics
public abstract VirtualMachine.Update withBootDiagnostics(Creatable
Specifies that boot diagnostics needs to be enabled in the virtual machine.
Parameters:
Returns:
withBootDiagnostics
public abstract VirtualMachine.Update withBootDiagnostics(StorageAccount storageAccount)
Specifies that boot diagnostics needs to be enabled in the virtual machine.
Parameters:
Returns:
withBootDiagnostics
public abstract VirtualMachine.Update withBootDiagnostics(String storageAccountBlobEndpointUri)
Specifies that boot diagnostics needs to be enabled in the virtual machine.
Parameters:
Returns:
withBootDiagnosticsOnManagedStorageAccount
public abstract VirtualMachine.Update withBootDiagnosticsOnManagedStorageAccount()
Specifies that boot diagnostics needs to be enabled in the virtual machine. Managed storage account is used.
Returns:
withoutBootDiagnostics
public abstract VirtualMachine.Update withoutBootDiagnostics()
Specifies that boot diagnostics needs to be disabled in the virtual machine.
Returns:
Applies to
Azure SDK for Java