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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java