Sdílet prostřednictvím


DataboxJobSecrets Class

Definition

The secrets related to a databox job.

public class DataboxJobSecrets : Azure.ResourceManager.DataBox.Models.JobSecrets, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataBox.Models.DataboxJobSecrets>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataBox.Models.DataboxJobSecrets>
type DataboxJobSecrets = class
    inherit JobSecrets
    interface IJsonModel<DataboxJobSecrets>
    interface IPersistableModel<DataboxJobSecrets>
Public Class DataboxJobSecrets
Inherits JobSecrets
Implements IJsonModel(Of DataboxJobSecrets), IPersistableModel(Of DataboxJobSecrets)
Inheritance
DataboxJobSecrets
Implements

Properties

DataCenterAccessSecurityCode

Dc Access Security Code for Customer Managed Shipping.

(Inherited from JobSecrets)
Error

Error while fetching the secrets.

(Inherited from JobSecrets)
PodSecrets

Contains the list of secret objects for a job.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataboxJobSecrets>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DataboxJobSecrets>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<JobSecrets>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from JobSecrets)
IJsonModel<JobSecrets>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from JobSecrets)
IPersistableModel<DataboxJobSecrets>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataboxJobSecrets>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DataboxJobSecrets>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<JobSecrets>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from JobSecrets)
IPersistableModel<JobSecrets>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from JobSecrets)
IPersistableModel<JobSecrets>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from JobSecrets)

Applies to