Share via


MachineLearningCertificateDatastoreCredentials Constructor

Definition

Initializes a new instance of MachineLearningCertificateDatastoreCredentials.

public MachineLearningCertificateDatastoreCredentials (Guid clientId, Azure.ResourceManager.MachineLearning.Models.MachineLearningCertificateDatastoreSecrets secrets, Guid tenantId, string thumbprint);
new Azure.ResourceManager.MachineLearning.Models.MachineLearningCertificateDatastoreCredentials : Guid * Azure.ResourceManager.MachineLearning.Models.MachineLearningCertificateDatastoreSecrets * Guid * string -> Azure.ResourceManager.MachineLearning.Models.MachineLearningCertificateDatastoreCredentials
Public Sub New (clientId As Guid, secrets As MachineLearningCertificateDatastoreSecrets, tenantId As Guid, thumbprint As String)

Parameters

clientId
Guid

[Required] Service principal client ID.

secrets
MachineLearningCertificateDatastoreSecrets

[Required] Service principal secrets.

tenantId
Guid

[Required] ID of the tenant to which the service principal belongs.

thumbprint
String

[Required] Thumbprint of the certificate used for authentication.

Exceptions

secrets or thumbprint is null.

Applies to