Uses of Class
com.azure.resourcemanager.compute.models.BootDiagnostics
Packages that use BootDiagnostics
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of BootDiagnostics in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return BootDiagnosticsModifier and TypeMethodDescriptionDiagnosticsProfile.bootDiagnostics()Get the bootDiagnostics property: Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status.static BootDiagnosticsBootDiagnostics.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BootDiagnostics from the JsonReader.BootDiagnostics.withEnabled(Boolean enabled) Set the enabled property: Whether boot diagnostics should be enabled on the Virtual Machine.BootDiagnostics.withStorageUri(String storageUri) Set the storageUri property: Uri of the storage account to use for placing the console output and screenshot.Methods in com.azure.resourcemanager.compute.models with parameters of type BootDiagnosticsModifier and TypeMethodDescriptionDiagnosticsProfile.withBootDiagnostics(BootDiagnostics bootDiagnostics) Set the bootDiagnostics property: Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status.