| Modifier and Type | Method and Description |
|---|---|
DiagnosticsProfile |
VirtualMachineUpdate.diagnosticsProfile()
Get specifies the boot diagnostic settings state.
|
DiagnosticsProfile |
VirtualMachineScaleSetVMProfile.diagnosticsProfile()
Get specifies the boot diagnostic settings state.
|
DiagnosticsProfile |
VirtualMachineScaleSetVM.diagnosticsProfile() |
DiagnosticsProfile |
VirtualMachineScaleSetUpdateVMProfile.diagnosticsProfile()
Get the virtual machine scale set diagnostics profile.
|
DiagnosticsProfile |
VirtualMachine.diagnosticsProfile() |
DiagnosticsProfile |
DiagnosticsProfile.withBootDiagnostics(BootDiagnostics bootDiagnostics)
Set boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineUpdate |
VirtualMachineUpdate.withDiagnosticsProfile(DiagnosticsProfile diagnosticsProfile)
Set specifies the boot diagnostic settings state.
|
VirtualMachineScaleSetVMProfile |
VirtualMachineScaleSetVMProfile.withDiagnosticsProfile(DiagnosticsProfile diagnosticsProfile)
Set specifies the boot diagnostic settings state.
|
VirtualMachineScaleSetUpdateVMProfile |
VirtualMachineScaleSetUpdateVMProfile.withDiagnosticsProfile(DiagnosticsProfile diagnosticsProfile)
Set the virtual machine scale set diagnostics profile.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/