MediaServicesStorageAccount Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The storage account details.
public class MediaServicesStorageAccount : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Media.Models.MediaServicesStorageAccount>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Media.Models.MediaServicesStorageAccount>
public class MediaServicesStorageAccount
type MediaServicesStorageAccount = class
interface IJsonModel<MediaServicesStorageAccount>
interface IPersistableModel<MediaServicesStorageAccount>
type MediaServicesStorageAccount = class
Public Class MediaServicesStorageAccount
Implements IJsonModel(Of MediaServicesStorageAccount), IPersistableModel(Of MediaServicesStorageAccount)
Public Class MediaServicesStorageAccount
- Inheritance
-
MediaServicesStorageAccount
- Implements
Constructors
MediaServicesStorageAccount(MediaServicesStorageAccountType) |
Initializes a new instance of MediaServicesStorageAccount. |
Properties
AccountType |
The type of the storage account. |
Id |
The ID of the storage account resource. Media Services relies on tables and queues as well as blobs, so the primary storage account must be a Standard Storage account (either Microsoft.ClassicStorage or Microsoft.Storage). Blob only storage accounts can be added as secondary storage accounts. |
Identity |
The storage account identity. |
Status |
The current status of the storage account mapping. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<MediaServicesStorageAccount>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MediaServicesStorageAccount>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MediaServicesStorageAccount>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MediaServicesStorageAccount>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MediaServicesStorageAccount>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET