Class ContainerServiceVMDiagnostics
java.lang.Object
com.microsoft.azure.management.containerservice.ContainerServiceVMDiagnostics
Profile for diagnostics on the container service VMs.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
enabled()
Get whether the VM diagnostic agent is provisioned on the VM.Get the URI of the storage account where diagnostics are stored.withEnabled
(boolean enabled) Set whether the VM diagnostic agent is provisioned on the VM.
-
Constructor Details
-
ContainerServiceVMDiagnostics
public ContainerServiceVMDiagnostics()
-
-
Method Details
-
enabled
public boolean enabled()Get whether the VM diagnostic agent is provisioned on the VM.- Returns:
- the enabled value
-
withEnabled
Set whether the VM diagnostic agent is provisioned on the VM.- Parameters:
enabled
- the enabled value to set- Returns:
- the ContainerServiceVMDiagnostics object itself.
-
storageUri
Get the URI of the storage account where diagnostics are stored.- Returns:
- the storageUri value
-