你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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.