次の方法で共有


StorageAccountType 構造体

定義

StorageAccountType の値を定義します。

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.StorageAccountTypeConverter))]
public struct StorageAccountType : IEquatable<Microsoft.Azure.Management.Media.Models.StorageAccountType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.StorageAccountTypeConverter))>]
type StorageAccountType = struct
Public Structure StorageAccountType
Implements IEquatable(Of StorageAccountType)
継承
StorageAccountType
属性
Newtonsoft.Json.JsonConverterAttribute
実装

フィールド

Primary

Media Services アカウントのプライマリ ストレージ アカウント。

Secondary

Media Services アカウントのセカンダリ ストレージ アカウント。

メソッド

Equals(Object)

StorageAccountType の Equals 演算子をオーバーライドします

Equals(StorageAccountType)

StorageAccountType 型の列挙型を比較します

GetHashCode()

hashCode StorageAccountType の戻り値

ToString()

StorageAccountType の文字列表現を返します。

演算子

Equality(StorageAccountType, StorageAccountType)

enum StorageAccountType の == 演算子のオーバーライド

Implicit(StorageAccountType to String)

StorageAccountType を文字列に変換する暗黙的な演算子

Implicit(String to StorageAccountType)

文字列を StorageAccountType に変換する暗黙的な演算子

Inequality(StorageAccountType, StorageAccountType)

enum StorageAccountType の != 演算子のオーバーライド

適用対象