StorageAccountTypeConverter Class

Definition

Defines values for StorageAccountType.

public sealed class StorageAccountTypeConverter : Newtonsoft.Json.JsonConverter
type StorageAccountTypeConverter = class
    inherit JsonConverter
Public NotInheritable Class StorageAccountTypeConverter
Inherits JsonConverter
Inheritance
Newtonsoft.Json.JsonConverter
StorageAccountTypeConverter

Constructors

StorageAccountTypeConverter()

Methods

CanConvert(Type)

Returns if objectType can be converted to StorageAccountType by the converter.

ReadJson(JsonReader, Type, Object, JsonSerializer)

Overrides ReadJson and converts token to StorageAccountType.

WriteJson(JsonWriter, Object, JsonSerializer)

Overriding WriteJson for StorageAccountType for serialization.

Applies to