DataflowOpenTelemetryServiceAccountAuthentication Constructors

Definition

Overloads

DataflowOpenTelemetryServiceAccountAuthentication(DataflowEndpointAuthenticationServiceAccountToken)

Source:
DataflowOpenTelemetryServiceAccountAuthentication.cs

Initializes a new instance of DataflowOpenTelemetryServiceAccountAuthentication.

public DataflowOpenTelemetryServiceAccountAuthentication(Azure.ResourceManager.IotOperations.Models.DataflowEndpointAuthenticationServiceAccountToken serviceAccountTokenSettings);
new Azure.ResourceManager.IotOperations.Models.DataflowOpenTelemetryServiceAccountAuthentication : Azure.ResourceManager.IotOperations.Models.DataflowEndpointAuthenticationServiceAccountToken -> Azure.ResourceManager.IotOperations.Models.DataflowOpenTelemetryServiceAccountAuthentication
Public Sub New (serviceAccountTokenSettings As DataflowEndpointAuthenticationServiceAccountToken)

Parameters

serviceAccountTokenSettings
DataflowEndpointAuthenticationServiceAccountToken

Kubernetes service account token authentication.

Exceptions

serviceAccountTokenSettings is null.

Applies to

DataflowOpenTelemetryServiceAccountAuthentication(String)

Source:
DataflowOpenTelemetryServiceAccountAuthentication.cs

Initializes a new instance of DataflowOpenTelemetryServiceAccountAuthentication.

public DataflowOpenTelemetryServiceAccountAuthentication(string serviceAccountTokenAudience);
new Azure.ResourceManager.IotOperations.Models.DataflowOpenTelemetryServiceAccountAuthentication : string -> Azure.ResourceManager.IotOperations.Models.DataflowOpenTelemetryServiceAccountAuthentication
Public Sub New (serviceAccountTokenAudience As String)

Parameters

serviceAccountTokenAudience
String

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

Exceptions

serviceAccountTokenAudience is null.

Applies to