DataflowOpenTelemetryServiceAccountAuthentication Constructors
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.
Overloads
| Name | Description |
|---|---|
| DataflowOpenTelemetryServiceAccountAuthentication(DataflowEndpointAuthenticationServiceAccountToken) |
Initializes a new instance of DataflowOpenTelemetryServiceAccountAuthentication. |
| DataflowOpenTelemetryServiceAccountAuthentication(String) |
Initializes a new instance of DataflowOpenTelemetryServiceAccountAuthentication. |
DataflowOpenTelemetryServiceAccountAuthentication(DataflowEndpointAuthenticationServiceAccountToken)
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)
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.