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
Methods in com.azure.resourcemanager.compute.models that return DiagnosticsProfileModifier and TypeMethodDescriptionRestorePointSourceMetadata.diagnosticsProfile()Get the diagnosticsProfile property: Gets the diagnostics profile.VirtualMachine.diagnosticsProfile()VirtualMachineScaleSetUpdateVMProfile.diagnosticsProfile()Get the diagnosticsProfile property: The virtual machine scale set diagnostics profile.VirtualMachineScaleSetVM.diagnosticsProfile()VirtualMachineScaleSetVMProfile.diagnosticsProfile()Get the diagnosticsProfile property: Specifies the boot diagnostic settings state.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.