Share via


HybridAksPluginType Struct

Definition

Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The network plugin type for Hybrid AKS.

public readonly struct HybridAksPluginType : IEquatable<Azure.ResourceManager.NetworkCloud.Models.HybridAksPluginType>
type HybridAksPluginType = struct
Public Structure HybridAksPluginType
Implements IEquatable(Of HybridAksPluginType)
Inheritance
HybridAksPluginType
Implements

Constructors

HybridAksPluginType(String)

Initializes a new instance of HybridAksPluginType.

Properties

Dpdk

DPDK.

OSDevice

OSDevice.

Sriov

SRIOV.

Methods

Equals(HybridAksPluginType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(HybridAksPluginType, HybridAksPluginType)

Determines if two HybridAksPluginType values are the same.

Implicit(String to HybridAksPluginType)

Converts a string to a HybridAksPluginType.

Inequality(HybridAksPluginType, HybridAksPluginType)

Determines if two HybridAksPluginType values are not the same.

Applies to