Sdílet prostřednictvím


DataBoxHeavyJobSecrets Class

Definition

The secrets related to a databox heavy job.

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

Properties

CabinetPodSecrets

Contains the list of secret objects for a databox heavy job.

DataCenterAccessSecurityCode

Dc Access Security Code for Customer Managed Shipping.

(Inherited from JobSecrets)
Error

Error while fetching the secrets.

(Inherited from JobSecrets)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataBoxHeavyJobSecrets>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataBoxHeavyJobSecrets>.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<DataBoxHeavyJobSecrets>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataBoxHeavyJobSecrets>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataBoxHeavyJobSecrets>.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