FabricOneLakeAuthMethod 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 Fabric One Lake Authentication Method properties.
public readonly struct FabricOneLakeAuthMethod : IEquatable<Azure.ResourceManager.IotOperations.Models.FabricOneLakeAuthMethod>
type FabricOneLakeAuthMethod = struct
Public Structure FabricOneLakeAuthMethod
Implements IEquatable(Of FabricOneLakeAuthMethod)
- Inheritance
-
FabricOneLakeAuthMethod
- Implements
Constructors
| Name | Description |
|---|---|
| FabricOneLakeAuthMethod(String) |
Initializes a new instance of FabricOneLakeAuthMethod. |
Properties
| Name | Description |
|---|---|
| SystemAssignedManagedIdentity |
SystemAssignedManagedIdentity type. |
| UserAssignedManagedIdentity |
UserAssignedManagedIdentity type. |
Methods
| Name | Description |
|---|---|
| Equals(FabricOneLakeAuthMethod) |
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(FabricOneLakeAuthMethod, FabricOneLakeAuthMethod) |
Determines if two FabricOneLakeAuthMethod values are the same. |
| Implicit(String to FabricOneLakeAuthMethod) |
Converts a String to a FabricOneLakeAuthMethod. |
| Inequality(FabricOneLakeAuthMethod, FabricOneLakeAuthMethod) |
Determines if two FabricOneLakeAuthMethod values are not the same. |