Compartir vía


DiagnosticsProfile Class

  • java.lang.Object
    • com.microsoft.azure.management.compute.DiagnosticsProfile

public class DiagnosticsProfile

Describes a diagnostics profile.

Method Summary

Modifier and Type Method and Description
BootDiagnostics bootDiagnostics()

Get the bootDiagnostics value.

DiagnosticsProfile withBootDiagnostics(BootDiagnostics bootDiagnostics)

Set the bootDiagnostics value.

Method Details

bootDiagnostics

public BootDiagnostics bootDiagnostics()

Get the bootDiagnostics value.

Returns:

the bootDiagnostics value

withBootDiagnostics

public DiagnosticsProfile withBootDiagnostics(BootDiagnostics bootDiagnostics)

Set the bootDiagnostics value.

Parameters:

bootDiagnostics - the bootDiagnostics value to set

Returns:

the DiagnosticsProfile object itself.

Applies to