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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Java