public final class ContainerServiceDiagnosticsProfile extends Object
Constructor and Description |
---|
ContainerServiceDiagnosticsProfile() |
Modifier and Type | Method and Description |
---|---|
void |
validate()
Validates the instance.
|
ContainerServiceVMDiagnostics |
vmDiagnostics()
Get the vmDiagnostics property: Profile for the container service VM diagnostic agent.
|
ContainerServiceDiagnosticsProfile |
withVmDiagnostics(ContainerServiceVMDiagnostics vmDiagnostics)
Set the vmDiagnostics property: Profile for the container service VM diagnostic agent.
|
public ContainerServiceVMDiagnostics vmDiagnostics()
public ContainerServiceDiagnosticsProfile withVmDiagnostics(ContainerServiceVMDiagnostics vmDiagnostics)
vmDiagnostics
- the vmDiagnostics value to set.public void validate()
IllegalArgumentException
- thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.