Uses of Class
com.azure.resourcemanager.containerservice.models.WorkloadRuntime
Packages that use WorkloadRuntime
Package
Description
Package containing the inner data models for ContainerService.
Package containing the data models for ContainerService.
-
Uses of WorkloadRuntime in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return WorkloadRuntimeModifier and TypeMethodDescriptionAgentPoolInner.workloadRuntime()Get the workloadRuntime property: Determines the type of workload a node can run.ManagedClusterAgentPoolProfileProperties.workloadRuntime()Get the workloadRuntime property: Determines the type of workload a node can run.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type WorkloadRuntimeModifier and TypeMethodDescriptionAgentPoolInner.withWorkloadRuntime(WorkloadRuntime workloadRuntime) Set the workloadRuntime property: Determines the type of workload a node can run.ManagedClusterAgentPoolProfileProperties.withWorkloadRuntime(WorkloadRuntime workloadRuntime) Set the workloadRuntime property: Determines the type of workload a node can run. -
Uses of WorkloadRuntime in com.azure.resourcemanager.containerservice.models
Subclasses with type arguments of type WorkloadRuntime in com.azure.resourcemanager.containerservice.modelsModifier and TypeClassDescriptionfinal classDetermines the type of workload a node can run.Fields in com.azure.resourcemanager.containerservice.models declared as WorkloadRuntimeModifier and TypeFieldDescriptionstatic final WorkloadRuntimeWorkloadRuntime.KATA_VM_ISOLATIONNodes can use (Kata + Cloud Hypervisor + Hyper-V) to enable Nested VM-based pods.static final WorkloadRuntimeWorkloadRuntime.OCICONTAINERNodes will use Kubelet to run standard OCI container workloads.static final WorkloadRuntimeWorkloadRuntime.WASM_WASINodes will use Krustlet to run WASM workloads using the WASI provider (Preview).Methods in com.azure.resourcemanager.containerservice.models that return WorkloadRuntimeModifier and TypeMethodDescriptionstatic WorkloadRuntimeWorkloadRuntime.fromString(String name) Creates or finds a WorkloadRuntime from its string representation.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type WorkloadRuntimeModifier and TypeMethodDescriptionstatic Collection<WorkloadRuntime> WorkloadRuntime.values()Gets known WorkloadRuntime values.Methods in com.azure.resourcemanager.containerservice.models with parameters of type WorkloadRuntimeModifier and TypeMethodDescriptionManagedClusterAgentPoolProfile.withWorkloadRuntime(WorkloadRuntime workloadRuntime) Set the workloadRuntime property: Determines the type of workload a node can run.