ArmDataBoxModelFactory.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.
The base class for the secrets Please note this is the abstract base class. The derived classes available for instantiation are: CustomerDiskJobSecrets, DataBoxDiskJobSecrets, DataBoxHeavyJobSecrets, and DataBoxJobSecrets.
public static Azure.ResourceManager.DataBox.Models.JobSecrets JobSecrets(string jobSecretsType = default, Azure.ResourceManager.DataBox.Models.DataCenterAccessSecurityCode dataCenterAccessSecurityCode = default, Azure.ResponseError error = default);
static member JobSecrets : string * Azure.ResourceManager.DataBox.Models.DataCenterAccessSecurityCode * Azure.ResponseError -> Azure.ResourceManager.DataBox.Models.JobSecrets
Public Shared Function JobSecrets (Optional jobSecretsType As String = Nothing, Optional dataCenterAccessSecurityCode As DataCenterAccessSecurityCode = Nothing, Optional error As ResponseError = Nothing) As JobSecrets
Parameters
- jobSecretsType
- String
Used to indicate what type of job secrets object.
- dataCenterAccessSecurityCode
- DataCenterAccessSecurityCode
Dc Access Security Code for Customer Managed Shipping.
- error
- ResponseError
Error while fetching the secrets.
Returns
A new JobSecrets instance for mocking.