Delen via


StorageAccountCredentials Class

Definition

Access information for the storage account.

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

Properties

PrimaryKey

The primary key of the storage account.

ResourceId

The ARM resource ID of the storage account.

SecondaryKey

The secondary key of the storage account.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<StorageAccountCredentials>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StorageAccountCredentials>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StorageAccountCredentials>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StorageAccountCredentials>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StorageAccountCredentials>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to