Поделиться через


SyncStorageKeysContent Class

Definition

The input to the sync storage keys request.

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

Constructors

SyncStorageKeysContent()

Initializes a new instance of SyncStorageKeysContent.

Properties

Id

The ID of the storage account resource.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SyncStorageKeysContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SyncStorageKeysContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SyncStorageKeysContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SyncStorageKeysContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SyncStorageKeysContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to