次の方法で共有


CreatedByType クラス

定義

CreatedByType の値を定義します。

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

コンストラクター

CreatedByType()

CreatedByType の値を定義します。

フィールド

Application

CreatedByType の値を定義します。

Key

CreatedByType の値を定義します。

ManagedIdentity

CreatedByType の値を定義します。

User

CreatedByType の値を定義します。

プロパティ

Value

CreatedByType の値を定義します。

(継承元 ExpandableStringEnum<T>)

メソッド

Equals(Object)

CreatedByType の値を定義します。

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

CreatedByType の値を定義します。

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

CreatedByType の値を定義します。

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

CreatedByType の値を定義します。

(継承元 ExpandableStringEnum<T>)

適用対象