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