Udostępnij przez


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

Name Description
DataBoxEdgeAuthenticationType(String)

Initializes a new instance of DataBoxEdgeAuthenticationType.

Properties

Name Description
AzureActiveDirectory

AzureActiveDirectory.

Invalid

Invalid.

Methods

Name Description
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

Name Description
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