StorageUsageName Class

Definition

The usage names that can be used; currently limited to StorageAccount.

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

Properties

LocalizedValue

Gets a localized string describing the resource name.

Value

Gets a string describing the resource name.

Explicit Interface Implementations

IJsonModel<StorageUsageName>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StorageUsageName>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StorageUsageName>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StorageUsageName>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StorageUsageName>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to