Uses of Class
com.azure.resourcemanager.compute.models.BootDiagnosticsInstanceView
Packages that use BootDiagnosticsInstanceView
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of BootDiagnosticsInstanceView in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return BootDiagnosticsInstanceViewModifier and TypeMethodDescriptionVirtualMachineInstanceViewInner.bootDiagnostics()Get the bootDiagnostics property: Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status.VirtualMachineScaleSetVMInstanceViewInner.bootDiagnostics()Get the bootDiagnostics property: Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type BootDiagnosticsInstanceViewModifier and TypeMethodDescriptionVirtualMachineInstanceViewInner.withBootDiagnostics(BootDiagnosticsInstanceView bootDiagnostics) Set the bootDiagnostics property: Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status.VirtualMachineScaleSetVMInstanceViewInner.withBootDiagnostics(BootDiagnosticsInstanceView bootDiagnostics) Set the bootDiagnostics property: Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. -
Uses of BootDiagnosticsInstanceView in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return BootDiagnosticsInstanceViewModifier and TypeMethodDescriptionVirtualMachineInstanceView.bootDiagnostics()Get boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status.static BootDiagnosticsInstanceViewBootDiagnosticsInstanceView.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BootDiagnosticsInstanceView from the JsonReader.