Uses of Class
com.azure.resourcemanager.compute.models.DiagnosticsProfile
Packages that use DiagnosticsProfile
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of DiagnosticsProfile in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return DiagnosticsProfileModifier and TypeMethodDescriptionVirtualMachineInner.diagnosticsProfile()Get the diagnosticsProfile property: Specifies the boot diagnostic settings state.VirtualMachinePropertiesInner.diagnosticsProfile()Get the diagnosticsProfile property: Specifies the boot diagnostic settings state.VirtualMachineScaleSetVMInner.diagnosticsProfile()Get the diagnosticsProfile property: Specifies the boot diagnostic settings state.VirtualMachineScaleSetVMPropertiesInner.diagnosticsProfile()Get the diagnosticsProfile property: Specifies the boot diagnostic settings state.VirtualMachineUpdateInner.diagnosticsProfile()Get the diagnosticsProfile property: Specifies the boot diagnostic settings state.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type DiagnosticsProfileModifier and TypeMethodDescriptionVirtualMachineInner.withDiagnosticsProfile(DiagnosticsProfile diagnosticsProfile) Set the diagnosticsProfile property: Specifies the boot diagnostic settings state.VirtualMachinePropertiesInner.withDiagnosticsProfile(DiagnosticsProfile diagnosticsProfile) Set the diagnosticsProfile property: Specifies the boot diagnostic settings state.VirtualMachineScaleSetVMInner.withDiagnosticsProfile(DiagnosticsProfile diagnosticsProfile) Set the diagnosticsProfile property: Specifies the boot diagnostic settings state.VirtualMachineScaleSetVMPropertiesInner.withDiagnosticsProfile(DiagnosticsProfile diagnosticsProfile) Set the diagnosticsProfile property: Specifies the boot diagnostic settings state.VirtualMachineUpdateInner.withDiagnosticsProfile(DiagnosticsProfile diagnosticsProfile) Set the diagnosticsProfile property: Specifies the boot diagnostic settings state. -
Uses of DiagnosticsProfile in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type DiagnosticsProfileModifier and TypeClassDescriptionfinal classSpecifies the boot diagnostic settings state.Methods in com.azure.resourcemanager.compute.models that return DiagnosticsProfileModifier and TypeMethodDescriptionRestorePointSourceMetadata.diagnosticsProfile()Get the diagnosticsProfile property: Gets the diagnostics profile.VirtualMachine.diagnosticsProfile()Gets the diagnostics profile.VirtualMachineScaleSetUpdateVMProfile.diagnosticsProfile()Get the diagnosticsProfile property: The virtual machine scale set diagnostics profile.VirtualMachineScaleSetVM.diagnosticsProfile()Gets the diagnostics profile of the virtual machine instance.VirtualMachineScaleSetVMProfile.diagnosticsProfile()Get the diagnosticsProfile property: Specifies the boot diagnostic settings state.static DiagnosticsProfileDiagnosticsProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DiagnosticsProfile from the JsonReader.DiagnosticsProfile.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.Methods in com.azure.resourcemanager.compute.models with parameters of type DiagnosticsProfileModifier and TypeMethodDescriptionVirtualMachineScaleSetUpdateVMProfile.withDiagnosticsProfile(DiagnosticsProfile diagnosticsProfile) Set the diagnosticsProfile property: The virtual machine scale set diagnostics profile.VirtualMachineScaleSetVMProfile.withDiagnosticsProfile(DiagnosticsProfile diagnosticsProfile) Set the diagnosticsProfile property: Specifies the boot diagnostic settings state.