ContainerService.DefinitionStages.WithDiagnostics Interface

public interface WithDiagnostics

The stage of the container service definition allowing to enable diagnostics.

Method Summary

Modifier and Type Method and Description
ContainerService.DefinitionStages.WithCreate withDiagnostics()

Enables diagnostics.

Method Details

withDiagnostics

public WithCreate withDiagnostics()

Enables diagnostics.

Returns:

the next stage of the definition

Applies to