AddonType Struct

Definition

Addon type.

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

Constructors

Name Description
AddonType(String)

Initializes a new instance of AddonType.

Properties

Name Description
ArcForKubernetes

Gets the ArcForKubernetes.

IotEdge

Gets the IotEdge.

Methods

Name Description
Equals(AddonType)

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

Name Description
Equality(AddonType, AddonType)

Determines if two AddonType values are the same.

Implicit(String to AddonType)

Converts a string to a AddonType.

Implicit(String to Nullable<AddonType>)
Inequality(AddonType, AddonType)

Determines if two AddonType values are not the same.

Applies to