Uses of Class
com.azure.resourcemanager.compute.models.BootDiagnosticsInstanceView
-
Packages that use BootDiagnosticsInstanceView Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models 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 BootDiagnosticsInstanceView Modifier and Type Method Description BootDiagnosticsInstanceViewVirtualMachineInstanceViewInner. bootDiagnostics()Get the bootDiagnostics property: Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status.BootDiagnosticsInstanceViewVirtualMachineScaleSetVMInstanceViewInner. 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 BootDiagnosticsInstanceView Modifier and Type Method Description VirtualMachineInstanceViewInnerVirtualMachineInstanceViewInner. 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.VirtualMachineScaleSetVMInstanceViewInnerVirtualMachineScaleSetVMInstanceViewInner. 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 BootDiagnosticsInstanceView Modifier and Type Method Description BootDiagnosticsInstanceViewVirtualMachineInstanceView. bootDiagnostics()Get boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status.
-