Share via


UnencryptedCredentials Constructors

Definition

Overloads

UnencryptedCredentials()

Initializes a new instance of the UnencryptedCredentials class.

UnencryptedCredentials(String, JobSecrets)

Initializes a new instance of the UnencryptedCredentials class.

UnencryptedCredentials()

Initializes a new instance of the UnencryptedCredentials class.

public UnencryptedCredentials ();
Public Sub New ()

Applies to

UnencryptedCredentials(String, JobSecrets)

Initializes a new instance of the UnencryptedCredentials class.

public UnencryptedCredentials (string jobName = default, Microsoft.Azure.Management.DataBox.Models.JobSecrets jobSecrets = default);
new Microsoft.Azure.Management.DataBox.Models.UnencryptedCredentials : string * Microsoft.Azure.Management.DataBox.Models.JobSecrets -> Microsoft.Azure.Management.DataBox.Models.UnencryptedCredentials
Public Sub New (Optional jobName As String = Nothing, Optional jobSecrets As JobSecrets = Nothing)

Parameters

jobName
String

Name of the job.

jobSecrets
JobSecrets

Secrets related to this job.

Applies to