次の方法で共有


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

DataLakeStorageAuthMethod(String)

Initializes a new instance of DataLakeStorageAuthMethod.

Properties

AccessToken

AccessToken Option.

SystemAssignedManagedIdentity

SystemAssignedManagedIdentity type.

UserAssignedManagedIdentity

UserAssignedManagedIdentity type.

Methods

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

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