Uses of Class
com.azure.resourcemanager.compute.models.BootDiagnostics
-
Packages that use BootDiagnostics Package Description com.azure.resourcemanager.compute.models 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 BootDiagnostics Modifier and Type Method Description BootDiagnosticsDiagnosticsProfile. bootDiagnostics()Get the bootDiagnostics property: Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status.BootDiagnosticsBootDiagnostics. withEnabled(Boolean enabled)Set the enabled property: Whether boot diagnostics should be enabled on the Virtual Machine.BootDiagnosticsBootDiagnostics. 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 BootDiagnostics Modifier and Type Method Description DiagnosticsProfileDiagnosticsProfile. 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.
-