Udostępnij za pośrednictwem


ArmDataBoxModelFactory.DataboxJobSecrets Method

Definition

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.

Applies to