public static interface VirtualMachine.UpdateStages.WithBootDiagnostics
Modifier and Type | Method and Description |
---|---|
VirtualMachine.Update |
withBootDiagnostics()
Specifies that boot diagnostics needs to be enabled in the virtual machine.
|
VirtualMachine.Update |
withBootDiagnostics(Creatable<StorageAccount> creatable)
Specifies that boot diagnostics needs to be enabled in the virtual machine.
|
VirtualMachine.Update |
withBootDiagnostics(StorageAccount storageAccount)
Specifies that boot diagnostics needs to be enabled in the virtual machine.
|
VirtualMachine.Update |
withBootDiagnostics(String storageAccountBlobEndpointUri)
Specifies that boot diagnostics needs to be enabled in the virtual machine.
|
VirtualMachine.Update |
withoutBootDiagnostics()
Specifies that boot diagnostics needs to be disabled in the virtual machine.
|
VirtualMachine.Update withBootDiagnostics()
VirtualMachine.Update withBootDiagnostics(Creatable<StorageAccount> creatable)
creatable
- the storage account to be created and used for store the boot diagnosticsVirtualMachine.Update withBootDiagnostics(StorageAccount storageAccount)
storageAccount
- an existing storage account to be uses to store the boot diagnosticsVirtualMachine.Update withBootDiagnostics(String storageAccountBlobEndpointUri)
storageAccountBlobEndpointUri
- a storage account blob endpoint to store the boot diagnosticsVirtualMachine.Update withoutBootDiagnostics()
Copyright © 2019. All rights reserved.