ContainerServiceVMDiagnostics Class

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

public class ContainerServiceVMDiagnostics

Profile for diagnostics on the container service VMs.

Method Summary

Modifier and Type Method and Description
boolean enabled()

Get whether the VM diagnostic agent is provisioned on the VM.

String storageUri()

Get the URI of the storage account where diagnostics are stored.

ContainerServiceVMDiagnostics withEnabled(boolean enabled)

Set whether the VM diagnostic agent is provisioned on the VM.

Method Details

enabled

public boolean enabled()

Get whether the VM diagnostic agent is provisioned on the VM.

Returns:

the enabled value

storageUri

public String storageUri()

Get the URI of the storage account where diagnostics are stored.

Returns:

the storageUri 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.

Applies to