public final class ContainerServiceVMDiagnostics extends Object
Constructor and Description |
---|
ContainerServiceVMDiagnostics() |
Modifier and Type | Method and Description |
---|---|
boolean |
enabled()
Get the enabled property: Whether the VM diagnostic agent is provisioned on the VM.
|
String |
storageUri()
Get the storageUri property: The URI of the storage account where diagnostics are stored.
|
void |
validate()
Validates the instance.
|
ContainerServiceVMDiagnostics |
withEnabled(boolean enabled)
Set the enabled property: Whether the VM diagnostic agent is provisioned on the VM.
|
public boolean enabled()
public ContainerServiceVMDiagnostics withEnabled(boolean enabled)
enabled
- the enabled value to set.public String storageUri()
public void validate()
IllegalArgumentException
- thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.