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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET