Freigeben über


DataLakeStorageAuthMethod Struct

Definition

DataflowEndpoint Data Lake Storage Authentication Method properties.

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

Constructors

Name Description
DataLakeStorageAuthMethod(String)

Initializes a new instance of DataLakeStorageAuthMethod.

Properties

Name Description
AccessToken

AccessToken Option.

SystemAssignedManagedIdentity

SystemAssignedManagedIdentity type.

UserAssignedManagedIdentity

UserAssignedManagedIdentity type.

Methods

Name Description
Equals(DataLakeStorageAuthMethod)

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

Determines if two DataLakeStorageAuthMethod values are the same.

Implicit(String to DataLakeStorageAuthMethod)

Converts a String to a DataLakeStorageAuthMethod.

Inequality(DataLakeStorageAuthMethod, DataLakeStorageAuthMethod)

Determines if two DataLakeStorageAuthMethod values are not the same.

Applies to