DataLakeStorageAuthMethod Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET