ArmDataBoxModelFactory.DataboxJobSecrets 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.
Initializes a new instance of DataboxJobSecrets.
public static Azure.ResourceManager.DataBox.Models.DataboxJobSecrets DataboxJobSecrets (Azure.ResourceManager.DataBox.Models.DataCenterAccessSecurityCode dataCenterAccessSecurityCode = default, Azure.ResponseError error = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataBox.Models.DataBoxSecret> podSecrets = default);
static member DataboxJobSecrets : Azure.ResourceManager.DataBox.Models.DataCenterAccessSecurityCode * Azure.ResponseError * seq<Azure.ResourceManager.DataBox.Models.DataBoxSecret> -> Azure.ResourceManager.DataBox.Models.DataboxJobSecrets
Public Shared Function DataboxJobSecrets (Optional dataCenterAccessSecurityCode As DataCenterAccessSecurityCode = Nothing, Optional error As ResponseError = Nothing, Optional podSecrets As IEnumerable(Of DataBoxSecret) = Nothing) As DataboxJobSecrets
Parameters
- dataCenterAccessSecurityCode
- DataCenterAccessSecurityCode
Dc Access Security Code for Customer Managed Shipping.
- error
- ResponseError
Error while fetching the secrets.
- podSecrets
- IEnumerable<DataBoxSecret>
Contains the list of secret objects for a job.
Returns
A new DataboxJobSecrets instance for mocking.