StorageAccountType クラス

定義

StorageAccountType の値を定義します。

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Compute.Fluent.Models.StorageAccountType>))]
public class StorageAccountType : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.Compute.Fluent.Models.StorageAccountType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Compute.Fluent.Models.StorageAccountType>))>]
type StorageAccountType = class
    inherit ExpandableStringEnum<StorageAccountType>
Public Class StorageAccountType
Inherits ExpandableStringEnum(Of StorageAccountType)
継承
属性
Newtonsoft.Json.JsonConverterAttribute

コンストラクター

StorageAccountType()

StorageAccountType の値を定義します。

フィールド

PremiumLRS

StorageAccountType の値を定義します。

StandardLRS

StorageAccountType の値を定義します。

StandardZRS

StorageAccountType の値を定義します。

プロパティ

Value

StorageAccountType の値を定義します。

(継承元 ExpandableStringEnum<T>)

メソッド

Equals(Object)

StorageAccountType の値を定義します。

(継承元 ExpandableStringEnum<T>)
Equals(String)

StorageAccountType の値を定義します。

(継承元 ExpandableStringEnum<T>)
GetHashCode()

StorageAccountType の値を定義します。

(継承元 ExpandableStringEnum<T>)
ToString()

StorageAccountType の値を定義します。

(継承元 ExpandableStringEnum<T>)

適用対象