DataflowOpenTelemetryX509CertificateAuthentication 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 DataflowOpenTelemetryX509CertificateAuthentication.
public DataflowOpenTelemetryX509CertificateAuthentication(Azure.ResourceManager.IotOperations.Models.DataflowEndpointAuthenticationX509 x509CertificateSettings);
new Azure.ResourceManager.IotOperations.Models.DataflowOpenTelemetryX509CertificateAuthentication : Azure.ResourceManager.IotOperations.Models.DataflowEndpointAuthenticationX509 -> Azure.ResourceManager.IotOperations.Models.DataflowOpenTelemetryX509CertificateAuthentication
Public Sub New (x509CertificateSettings As DataflowEndpointAuthenticationX509)
Parameters
- x509CertificateSettings
- DataflowEndpointAuthenticationX509
X.509 certificate authentication settings.
Exceptions
x509CertificateSettings is null.