DiagnosticsProfile Class
- java.
lang. Object - com.
microsoft. azure. management. compute. DiagnosticsProfile
- com.
public class DiagnosticsProfile
Describes a diagnostics profile.
Method Summary
Modifier and Type | Method and Description |
---|---|
Boot |
bootDiagnostics()
Get the bootDiagnostics value. |
Diagnostics |
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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java