MachineLearningCertificateDatastoreCredentials Constructors
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.
Overloads
MachineLearningCertificateDatastoreCredentials(Guid, MachineLearningCertificateDatastoreSecrets, Guid, String)
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.
[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
MachineLearningCertificateDatastoreCredentials(Guid, Guid, String, MachineLearningCertificateDatastoreSecrets)
Initializes a new instance of MachineLearningCertificateDatastoreCredentials.
public MachineLearningCertificateDatastoreCredentials (Guid tenantId, Guid clientId, string thumbprint, Azure.ResourceManager.MachineLearning.Models.MachineLearningCertificateDatastoreSecrets secrets);
new Azure.ResourceManager.MachineLearning.Models.MachineLearningCertificateDatastoreCredentials : Guid * Guid * string * Azure.ResourceManager.MachineLearning.Models.MachineLearningCertificateDatastoreSecrets -> Azure.ResourceManager.MachineLearning.Models.MachineLearningCertificateDatastoreCredentials
Public Sub New (tenantId As Guid, clientId As Guid, thumbprint As String, secrets As MachineLearningCertificateDatastoreSecrets)
Parameters
- tenantId
- Guid
[Required] ID of the tenant to which the service principal belongs.
- clientId
- Guid
[Required] Service principal client ID.
- thumbprint
- String
[Required] Thumbprint of the certificate used for authentication.
[Required] Service principal secrets.
Exceptions
thumbprint
or secrets
is null.
Applies to
Azure SDK for .NET