ArmIotOperationsModelFactory.DataflowOpenTelemetryServiceAccountAuthentication 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.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.