ArmDataBoxModelFactory.UnencryptedCredentials(String, JobSecrets) Method
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.
Unencrypted credentials for accessing device.
public static Azure.ResourceManager.DataBox.Models.UnencryptedCredentials UnencryptedCredentials(string jobName = default, Azure.ResourceManager.DataBox.Models.JobSecrets jobSecrets = default);
static member UnencryptedCredentials : string * Azure.ResourceManager.DataBox.Models.JobSecrets -> Azure.ResourceManager.DataBox.Models.UnencryptedCredentials
Public Shared Function UnencryptedCredentials (Optional jobName As String = Nothing, Optional jobSecrets As JobSecrets = Nothing) As UnencryptedCredentials
Parameters
- jobName
- String
Name of the job.
- jobSecrets
- JobSecrets
Secrets related to this job.
Returns
A new UnencryptedCredentials instance for mocking.