Share via


DataExplorerAuthMethod Struct

Definition

DataflowEndpoint Data Explorer Authentication Method properties.

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

Constructors

DataExplorerAuthMethod(String)

Initializes a new instance of DataExplorerAuthMethod.

Properties

SystemAssignedManagedIdentity

SystemAssignedManagedIdentity type.

UserAssignedManagedIdentity

UserAssignedManagedIdentity type.

Methods

Equals(DataExplorerAuthMethod)

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

Determines if two DataExplorerAuthMethod values are the same.

Implicit(String to DataExplorerAuthMethod)

Converts a String to a DataExplorerAuthMethod.

Inequality(DataExplorerAuthMethod, DataExplorerAuthMethod)

Determines if two DataExplorerAuthMethod values are not the same.

Applies to