Package | Description |
---|---|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
DiagnosticsProfile |
VirtualMachineScaleSetVMProfile.diagnosticsProfile()
Get specifies the boot diagnostic settings state.
|
DiagnosticsProfile |
VirtualMachineUpdate.diagnosticsProfile()
Get specifies the boot diagnostic settings state.
|
DiagnosticsProfile |
VirtualMachineScaleSetUpdateVMProfile.diagnosticsProfile()
Get the virtual machine scale set diagnostics profile.
|
DiagnosticsProfile |
VirtualMachine.diagnosticsProfile() |
DiagnosticsProfile |
VirtualMachineScaleSetVM.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 |
---|---|
VirtualMachineScaleSetVMProfile |
VirtualMachineScaleSetVMProfile.withDiagnosticsProfile(DiagnosticsProfile diagnosticsProfile)
Set specifies the boot diagnostic settings state.
|
VirtualMachineUpdate |
VirtualMachineUpdate.withDiagnosticsProfile(DiagnosticsProfile diagnosticsProfile)
Set specifies the boot diagnostic settings state.
|
VirtualMachineScaleSetUpdateVMProfile |
VirtualMachineScaleSetUpdateVMProfile.withDiagnosticsProfile(DiagnosticsProfile diagnosticsProfile)
Set the virtual machine scale set diagnostics profile.
|
Copyright © 2019. All rights reserved.