Uses of Class
com.microsoft.azure.management.containerservice.ContainerServiceVMDiagnostics
Packages that use ContainerServiceVMDiagnostics
Package
Description
This package contains the classes for ContainerServiceManagementClient.
-
Uses of ContainerServiceVMDiagnostics in com.microsoft.azure.management.containerservice
Methods in com.microsoft.azure.management.containerservice that return ContainerServiceVMDiagnosticsModifier and TypeMethodDescriptionContainerServiceDiagnosticsProfile.vmDiagnostics()
Get profile for diagnostics on the container service VMs.ContainerServiceVMDiagnostics.withEnabled
(boolean enabled) Set whether the VM diagnostic agent is provisioned on the VM.Methods in com.microsoft.azure.management.containerservice with parameters of type ContainerServiceVMDiagnosticsModifier and TypeMethodDescriptionContainerServiceDiagnosticsProfile.withVmDiagnostics
(ContainerServiceVMDiagnostics vmDiagnostics) Set profile for diagnostics on the container service VMs.