Uses of Class
com.azure.resourcemanager.containerservice.models.WorkloadRuntime
-
Packages that use WorkloadRuntime Package Description com.azure.resourcemanager.containerservice.fluent.models Package containing the inner data models for ContainerServiceManagementClient.com.azure.resourcemanager.containerservice.models 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 WorkloadRuntime Modifier and Type Method Description WorkloadRuntimeAgentPoolInner. workloadRuntime()Get the workloadRuntime property: Determines the type of workload a node can run.WorkloadRuntimeManagedClusterAgentPoolProfileProperties. 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 WorkloadRuntime Modifier and Type Method Description AgentPoolInnerAgentPoolInner. withWorkloadRuntime(WorkloadRuntime workloadRuntime)Set the workloadRuntime property: Determines the type of workload a node can run.ManagedClusterAgentPoolProfilePropertiesManagedClusterAgentPoolProfileProperties. 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 WorkloadRuntime Modifier and Type Field Description static WorkloadRuntimeWorkloadRuntime. OCICONTAINERStatic value OCIContainer for WorkloadRuntime.static WorkloadRuntimeWorkloadRuntime. WASM_WASIStatic value WasmWasi for WorkloadRuntime.Methods in com.azure.resourcemanager.containerservice.models that return WorkloadRuntime Modifier and Type Method Description static 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 WorkloadRuntime Modifier and Type Method Description static Collection<WorkloadRuntime>WorkloadRuntime. values()Methods in com.azure.resourcemanager.containerservice.models with parameters of type WorkloadRuntime Modifier and Type Method Description ManagedClusterAgentPoolProfileManagedClusterAgentPoolProfile. withWorkloadRuntime(WorkloadRuntime workloadRuntime)Set the workloadRuntime property: Determines the type of workload a node can run.
-