ArmIotOperationsModelFactory.DataflowEndpointDataExplorerAuthentication 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.DataflowEndpointDataExplorerAuthentication DataflowEndpointDataExplorerAuthentication(Azure.ResourceManager.IotOperations.Models.DataExplorerAuthMethod method = default, string systemAssignedManagedIdentityAudience = default, Azure.ResourceManager.IotOperations.Models.DataflowEndpointAuthenticationUserAssignedManagedIdentity userAssignedManagedIdentitySettings = default);
static member DataflowEndpointDataExplorerAuthentication : Azure.ResourceManager.IotOperations.Models.DataExplorerAuthMethod * string * Azure.ResourceManager.IotOperations.Models.DataflowEndpointAuthenticationUserAssignedManagedIdentity -> Azure.ResourceManager.IotOperations.Models.DataflowEndpointDataExplorerAuthentication
Public Shared Function DataflowEndpointDataExplorerAuthentication (Optional method As DataExplorerAuthMethod = Nothing, Optional systemAssignedManagedIdentityAudience As String = Nothing, Optional userAssignedManagedIdentitySettings As DataflowEndpointAuthenticationUserAssignedManagedIdentity = Nothing) As DataflowEndpointDataExplorerAuthentication
Parameters
- method
- DataExplorerAuthMethod
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 DataflowEndpointDataExplorerAuthentication instance for mocking.