次の方法で共有


KeySource クラス

定義

KeySource の値を定義します。

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

コンストラクター

KeySource()

KeySource の値を定義します。

フィールド

MicrosoftKeyvault

KeySource の値を定義します。

MicrosoftStorage

KeySource の値を定義します。

プロパティ

Value

KeySource の値を定義します。

(継承元 ExpandableStringEnum<T>)

メソッド

Equals(Object)

KeySource の値を定義します。

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

KeySource の値を定義します。

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

KeySource の値を定義します。

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

KeySource の値を定義します。

(継承元 ExpandableStringEnum<T>)

適用対象