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