UnencryptedCredentials 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
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET