DataBoxEdgeAuthenticationType Struct

Definition

The authentication type.

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

Constructors

DataBoxEdgeAuthenticationType(String)

Initializes a new instance of DataBoxEdgeAuthenticationType.

Properties

AzureActiveDirectory

AzureActiveDirectory.

Invalid

Invalid.

Methods

Equals(DataBoxEdgeAuthenticationType)

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

Determines if two DataBoxEdgeAuthenticationType values are the same.

Implicit(String to DataBoxEdgeAuthenticationType)

Converts a string to a DataBoxEdgeAuthenticationType.

Inequality(DataBoxEdgeAuthenticationType, DataBoxEdgeAuthenticationType)

Determines if two DataBoxEdgeAuthenticationType values are not the same.

Applies to