次の方法で共有


EdgeZoneStorageAccountType 構造体

定義

イメージの格納に使用するストレージ アカウントの種類を指定します。 このプロパティは更新できません。

public readonly struct EdgeZoneStorageAccountType : IEquatable<Azure.ResourceManager.Compute.Models.EdgeZoneStorageAccountType>
type EdgeZoneStorageAccountType = struct
Public Structure EdgeZoneStorageAccountType
Implements IEquatable(Of EdgeZoneStorageAccountType)
継承
EdgeZoneStorageAccountType
実装

コンストラクター

EdgeZoneStorageAccountType(String)

EdgeZoneStorageAccountType の新しいインスタンスを初期化します。

プロパティ

PremiumLrs

Premium_LRS。

StandardLrs

Standard_LRS。

StandardSsdLrs

StandardSSD_LRS。

StandardZrs

Standard_ZRS。

メソッド

Equals(EdgeZoneStorageAccountType)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(EdgeZoneStorageAccountType, EdgeZoneStorageAccountType)

2 つの EdgeZoneStorageAccountType 値が同じかどうかを判断します。

Implicit(String to EdgeZoneStorageAccountType)

文字列を EdgeZoneStorageAccountType に変換します。

Inequality(EdgeZoneStorageAccountType, EdgeZoneStorageAccountType)

2 つの EdgeZoneStorageAccountType 値が同じでないかどうかを判断します。

適用対象