Sdílet prostřednictvím


DataBoxAccountCredentialDetails Class

Definition

Credential details of the account.

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

Properties

AccountConnectionString

Connection string of the account endpoint to use the account as a storage endpoint on the device.

AccountName

Name of the account.

DataAccountType

Type of the account.

ShareCredentialDetails

Per share level unencrypted access credentials.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataBoxAccountCredentialDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataBoxAccountCredentialDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataBoxAccountCredentialDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataBoxAccountCredentialDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataBoxAccountCredentialDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to