次の方法で共有


IdentityType クラス

定義

IdentityType の値を定義します。

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

コンストラクター

IdentityType()

IdentityType の値を定義します。

フィールド

SystemAssigned

IdentityType の値を定義します。

プロパティ

Value

IdentityType の値を定義します。

(継承元 ExpandableStringEnum<T>)

メソッド

Equals(Object)

IdentityType の値を定義します。

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

IdentityType の値を定義します。

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

IdentityType の値を定義します。

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

IdentityType の値を定義します。

(継承元 ExpandableStringEnum<T>)

適用対象