ArmIotOperationsModelFactory.DataflowEndpointAuthenticationUserAssignedManagedIdentity Method

Definition

public static Azure.ResourceManager.IotOperations.Models.DataflowEndpointAuthenticationUserAssignedManagedIdentity DataflowEndpointAuthenticationUserAssignedManagedIdentity(string clientId = default, string scope = default, string tenantId = default);
static member DataflowEndpointAuthenticationUserAssignedManagedIdentity : string * string * string -> Azure.ResourceManager.IotOperations.Models.DataflowEndpointAuthenticationUserAssignedManagedIdentity
Public Shared Function DataflowEndpointAuthenticationUserAssignedManagedIdentity (Optional clientId As String = Nothing, Optional scope As String = Nothing, Optional tenantId As String = Nothing) As DataflowEndpointAuthenticationUserAssignedManagedIdentity

Parameters

clientId
String

Client ID for the user-assigned managed identity.

scope
String

Resource identifier (application ID URI) of the resource, affixed with the .default suffix.

tenantId
String

Tenant ID.

Returns

A new DataflowEndpointAuthenticationUserAssignedManagedIdentity instance for mocking.

Applies to