ArmIotOperationsModelFactory.DataflowOpenTelemetryServiceAccountAuthentication Method

Definition

public static Azure.ResourceManager.IotOperations.Models.DataflowOpenTelemetryServiceAccountAuthentication DataflowOpenTelemetryServiceAccountAuthentication(string serviceAccountTokenAudience = default);
static member DataflowOpenTelemetryServiceAccountAuthentication : string -> Azure.ResourceManager.IotOperations.Models.DataflowOpenTelemetryServiceAccountAuthentication
Public Shared Function DataflowOpenTelemetryServiceAccountAuthentication (Optional serviceAccountTokenAudience As String = Nothing) As DataflowOpenTelemetryServiceAccountAuthentication

Parameters

serviceAccountTokenAudience
String

Audience of the service account. Optional, defaults to the broker internal service account audience.

Returns

A new DataflowOpenTelemetryServiceAccountAuthentication instance for mocking.

Exceptions

serviceAccountTokenAudience is null.

Applies to