ArmIotOperationsModelFactory.DataflowEndpointAuthenticationUserAssignedManagedIdentity Method
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.
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.