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(com.microsoft.azure.management.resources.fluentcore.model.Creatable<com.microsoft.azure.management.storage.StorageAccount> creatable)
Specifies that boot diagnostics needs to be enabled in the virtual machine.
|
VirtualMachine.Update |
withBootDiagnostics(com.microsoft.azure.management.storage.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(com.microsoft.azure.management.resources.fluentcore.model.Creatable<com.microsoft.azure.management.storage.StorageAccount> creatable)
creatable - the storage account to be created and used for store the boot diagnosticsVirtualMachine.Update withBootDiagnostics(com.microsoft.azure.management.storage.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 (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/