DataBoxEdgeRoleType Struct

Definition

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

Constructors

Name Description
DataBoxEdgeRoleType(String)

Initializes a new instance of DataBoxEdgeRoleType.

Properties

Name Description
Asa

Gets the Asa.

CloudEdgeManagement

Gets the CloudEdgeManagement.

Cognitive

Gets the Cognitive.

Functions

Gets the Functions.

IoT

Gets the IoT.

Kubernetes

Gets the Kubernetes.

Mec

Gets the Mec.

Methods

Name Description
Equals(DataBoxEdgeRoleType)

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(DataBoxEdgeRoleType, DataBoxEdgeRoleType)

Determines if two DataBoxEdgeRoleType values are the same.

Implicit(String to DataBoxEdgeRoleType)

Converts a string to a DataBoxEdgeRoleType.

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

Determines if two DataBoxEdgeRoleType values are not the same.

Applies to