Uses of Class
com.azure.resourcemanager.compute.models.DiagnosticsProfile
-
Packages that use DiagnosticsProfile 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 DiagnosticsProfile in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return DiagnosticsProfile Modifier and Type Method Description DiagnosticsProfileVirtualMachineInner. diagnosticsProfile()Get the diagnosticsProfile property: Specifies the boot diagnostic settings state.DiagnosticsProfileVirtualMachinePropertiesInner. diagnosticsProfile()Get the diagnosticsProfile property: Specifies the boot diagnostic settings state.DiagnosticsProfileVirtualMachineScaleSetVMInner. diagnosticsProfile()Get the diagnosticsProfile property: Specifies the boot diagnostic settings state.DiagnosticsProfileVirtualMachineScaleSetVMPropertiesInner. diagnosticsProfile()Get the diagnosticsProfile property: Specifies the boot diagnostic settings state.DiagnosticsProfileVirtualMachineUpdateInner. diagnosticsProfile()Get the diagnosticsProfile property: Specifies the boot diagnostic settings state.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type DiagnosticsProfile Modifier and Type Method Description VirtualMachineInnerVirtualMachineInner. withDiagnosticsProfile(DiagnosticsProfile diagnosticsProfile)Set the diagnosticsProfile property: Specifies the boot diagnostic settings state.VirtualMachinePropertiesInnerVirtualMachinePropertiesInner. withDiagnosticsProfile(DiagnosticsProfile diagnosticsProfile)Set the diagnosticsProfile property: Specifies the boot diagnostic settings state.VirtualMachineScaleSetVMInnerVirtualMachineScaleSetVMInner. withDiagnosticsProfile(DiagnosticsProfile diagnosticsProfile)Set the diagnosticsProfile property: Specifies the boot diagnostic settings state.VirtualMachineScaleSetVMPropertiesInnerVirtualMachineScaleSetVMPropertiesInner. withDiagnosticsProfile(DiagnosticsProfile diagnosticsProfile)Set the diagnosticsProfile property: Specifies the boot diagnostic settings state.VirtualMachineUpdateInnerVirtualMachineUpdateInner. 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 DiagnosticsProfile Modifier and Type Method Description DiagnosticsProfileRestorePointSourceMetadata. diagnosticsProfile()Get the diagnosticsProfile property: Gets the diagnostics profile.DiagnosticsProfileVirtualMachine. diagnosticsProfile()DiagnosticsProfileVirtualMachineScaleSetUpdateVMProfile. diagnosticsProfile()Get the diagnosticsProfile property: The virtual machine scale set diagnostics profile.DiagnosticsProfileVirtualMachineScaleSetVM. diagnosticsProfile()DiagnosticsProfileVirtualMachineScaleSetVMProfile. diagnosticsProfile()Get the diagnosticsProfile property: Specifies the boot diagnostic settings state.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.Methods in com.azure.resourcemanager.compute.models with parameters of type DiagnosticsProfile Modifier and Type Method Description RestorePointSourceMetadataRestorePointSourceMetadata. withDiagnosticsProfile(DiagnosticsProfile diagnosticsProfile)Set the diagnosticsProfile property: Gets the diagnostics profile.VirtualMachineScaleSetUpdateVMProfileVirtualMachineScaleSetUpdateVMProfile. withDiagnosticsProfile(DiagnosticsProfile diagnosticsProfile)Set the diagnosticsProfile property: The virtual machine scale set diagnostics profile.VirtualMachineScaleSetVMProfileVirtualMachineScaleSetVMProfile. withDiagnosticsProfile(DiagnosticsProfile diagnosticsProfile)Set the diagnosticsProfile property: Specifies the boot diagnostic settings state.
-