ArmIotOperationsModelFactory.DataflowOpenTelemetryX509CertificateAuthentication Method

Definition

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

Parameters

x509CertificateSecretRef
String

Secret reference of the X.509 certificate.

Returns

A new DataflowOpenTelemetryX509CertificateAuthentication instance for mocking.

Exceptions

x509CertificateSecretRef is null.

Applies to