Freigeben über


WorkloadRuntime Struct

Definition

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

Applies to