ContainerServiceDiagnosticsProfile Class
- java.
lang. Object - com.
microsoft. azure. management. compute. ContainerServiceDiagnosticsProfile
- com.
public class ContainerServiceDiagnosticsProfile
The ContainerServiceDiagnosticsProfile model.
Method Summary
Modifier and Type | Method and Description |
---|---|
Container |
vmDiagnostics()
Get the vmDiagnostics value. |
Container |
withVmDiagnostics(ContainerServiceVMDiagnostics vmDiagnostics)
Set the vmDiagnostics value. |
Method Details
vmDiagnostics
public ContainerServiceVMDiagnostics vmDiagnostics()
Get the vmDiagnostics value.
Returns:
the vmDiagnostics value
withVmDiagnostics
public ContainerServiceDiagnosticsProfile withVmDiagnostics(ContainerServiceVMDiagnostics vmDiagnostics)
Set the vmDiagnostics value.
Parameters:
vmDiagnostics
- the vmDiagnostics value to set
Returns:
the ContainerServiceDiagnosticsProfile 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