WorkloadRuntime Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines the type of workload a node can run.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.WorkloadRuntimeTypeConverter))]
public struct WorkloadRuntime : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.WorkloadRuntime>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.WorkloadRuntimeTypeConverter))>]
type WorkloadRuntime = struct
interface IArgumentCompleter
Public Structure WorkloadRuntime
Implements IArgumentCompleter, IEquatable(Of WorkloadRuntime)
- Inheritance
-
WorkloadRuntime
- Attributes
- Implements
Fields
OciContainer |
Nodes will use Kubelet to run standard OCI container workloads. |
WasmWasi |
Nodes will use Krustlet to run WASM workloads using the WASI provider (Preview). |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type WorkloadRuntime (override for Object) |
Equals(WorkloadRuntime) |
Compares values of enum type WorkloadRuntime |
GetHashCode() |
Returns hashCode for enum WorkloadRuntime |
ToString() |
Returns string representation for WorkloadRuntime |
Operators
Equality(WorkloadRuntime, WorkloadRuntime) |
Overriding == operator for enum WorkloadRuntime |
Implicit(String to WorkloadRuntime) |
Implicit operator to convert string to WorkloadRuntime |
Implicit(WorkloadRuntime to String) |
Implicit operator to convert WorkloadRuntime to string |
Inequality(WorkloadRuntime, WorkloadRuntime) |
Overriding != operator for enum WorkloadRuntime |