Class ContainerServiceVMDiagnostics

java.lang.Object
com.microsoft.azure.management.containerservice.ContainerServiceVMDiagnostics

public class ContainerServiceVMDiagnostics extends Object
Profile for diagnostics on the container service VMs.
  • 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

      public ContainerServiceVMDiagnostics withEnabled(boolean enabled)
      Set whether the VM diagnostic agent is provisioned on the VM.
      Parameters:
      enabled - the enabled value to set
      Returns:
      the ContainerServiceVMDiagnostics object itself.
    • storageUri

      public String storageUri()
      Get the URI of the storage account where diagnostics are stored.
      Returns:
      the storageUri value