Share via


DataflowEndpointAuthenticationUserAssignedManagedIdentity Constructor

Definition

public DataflowEndpointAuthenticationUserAssignedManagedIdentity(string clientId, string tenantId);
new Azure.ResourceManager.IotOperations.Models.DataflowEndpointAuthenticationUserAssignedManagedIdentity : string * string -> Azure.ResourceManager.IotOperations.Models.DataflowEndpointAuthenticationUserAssignedManagedIdentity
Public Sub New (clientId As String, tenantId As String)

Parameters

clientId
String

Client ID for the user-assigned managed identity.

tenantId
String

Tenant ID.

Exceptions

clientId or tenantId is null.

Applies to