Uses of Class
com.microsoft.azure.management.compute.DiagnosticsProfile
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of DiagnosticsProfile in com.microsoft.azure.management.compute
Modifier and TypeMethodDescriptionVirtualMachine.diagnosticsProfile()
VirtualMachineScaleSetUpdateVMProfile.diagnosticsProfile()
Get the virtual machine scale set diagnostics profile.VirtualMachineScaleSetVM.diagnosticsProfile()
VirtualMachineScaleSetVMProfile.diagnosticsProfile()
Get specifies the boot diagnostic settings state.VirtualMachineUpdate.diagnosticsProfile()
Get specifies the boot diagnostic settings state.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 TypeMethodDescriptionVirtualMachineScaleSetUpdateVMProfile.withDiagnosticsProfile
(DiagnosticsProfile diagnosticsProfile) Set the virtual machine scale set diagnostics profile.VirtualMachineScaleSetVMProfile.withDiagnosticsProfile
(DiagnosticsProfile diagnosticsProfile) Set specifies the boot diagnostic settings state.VirtualMachineUpdate.withDiagnosticsProfile
(DiagnosticsProfile diagnosticsProfile) Set specifies the boot diagnostic settings state.