다음을 통해 공유


IDataboxJobSecrets Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.DataboxJobSecretsTypeConverter))]
public interface IDataboxJobSecrets : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IJobSecrets
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.DataboxJobSecretsTypeConverter))>]
type IDataboxJobSecrets = interface
    interface IJsonSerializable
    interface IJobSecrets
Public Interface IDataboxJobSecrets
Implements IJobSecrets
Derived
Attributes
Implements

Properties

AdditionalInfo

Gets or sets additional error info.

(Inherited from IJobSecrets)
Code

Error code.

(Inherited from IJobSecrets)
DcAccessSecurityCodeForwardDcAccessCode

Forward Dc access security code.

(Inherited from IJobSecrets)
DcAccessSecurityCodeReverseDcAccessCode

Reverse Dc access security code.

(Inherited from IJobSecrets)
Detail

Gets or sets details for the error.

(Inherited from IJobSecrets)
Message

The error message parsed from the body of the http error response.

(Inherited from IJobSecrets)
PodSecret

Contains the list of secret objects for a job.

Target

Gets or sets the target of the error.

(Inherited from IJobSecrets)
Type

Used to indicate what type of job secrets object.

(Inherited from IJobSecrets)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to