Uses of Class
com.azure.resourcemanager.containerservice.models.WorkloadRuntime
Packages that use WorkloadRuntime
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
Package containing the data models for ContainerServiceManagementClient.
-
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
Fields in com.azure.resourcemanager.containerservice.models declared as WorkloadRuntimeModifier and TypeFieldDescriptionstatic final WorkloadRuntimeWorkloadRuntime.OCICONTAINERStatic value OCIContainer for WorkloadRuntime.static final WorkloadRuntimeWorkloadRuntime.WASM_WASIStatic value WasmWasi for WorkloadRuntime.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.