ArmIotOperationsModelFactory.DataflowEndpointFabricOneLakeAuthentication Method

Definition

public static Azure.ResourceManager.IotOperations.Models.DataflowEndpointFabricOneLakeAuthentication DataflowEndpointFabricOneLakeAuthentication(Azure.ResourceManager.IotOperations.Models.FabricOneLakeAuthMethod method = default, string systemAssignedManagedIdentityAudience = default, Azure.ResourceManager.IotOperations.Models.DataflowEndpointAuthenticationUserAssignedManagedIdentity userAssignedManagedIdentitySettings = default);
static member DataflowEndpointFabricOneLakeAuthentication : Azure.ResourceManager.IotOperations.Models.FabricOneLakeAuthMethod * string * Azure.ResourceManager.IotOperations.Models.DataflowEndpointAuthenticationUserAssignedManagedIdentity -> Azure.ResourceManager.IotOperations.Models.DataflowEndpointFabricOneLakeAuthentication
Public Shared Function DataflowEndpointFabricOneLakeAuthentication (Optional method As FabricOneLakeAuthMethod = Nothing, Optional systemAssignedManagedIdentityAudience As String = Nothing, Optional userAssignedManagedIdentitySettings As DataflowEndpointAuthenticationUserAssignedManagedIdentity = Nothing) As DataflowEndpointFabricOneLakeAuthentication

Parameters

method
FabricOneLakeAuthMethod

Mode of Authentication.

systemAssignedManagedIdentityAudience
String

Audience of the service to authenticate against. Optional; defaults to the audience for Service host configuration.

userAssignedManagedIdentitySettings
DataflowEndpointAuthenticationUserAssignedManagedIdentity

User-assigned managed identity authentication.

Returns

A new DataflowEndpointFabricOneLakeAuthentication instance for mocking.

Applies to