次の方法で共有


ManagedServiceIdentityType 構造体

定義

マネージド サービス ID の種類 (SystemAssigned 型と UserAssigned 型の両方が許可されます)。

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.ResourceManager.Models.ManagedServiceIdentityType+ManagedServiceIdentityTypeConverter))]
public readonly struct ManagedServiceIdentityType : IEquatable<Azure.ResourceManager.Models.ManagedServiceIdentityType>
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.ResourceManager.Models.ManagedServiceIdentityType+ManagedServiceIdentityTypeConverter))>]
type ManagedServiceIdentityType = struct
Public Structure ManagedServiceIdentityType
Implements IEquatable(Of ManagedServiceIdentityType)
継承
ManagedServiceIdentityType
属性
実装

コンストラクター

ManagedServiceIdentityType(String)

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

プロパティ

None

[なし] :

SystemAssigned

SystemAssigned。

SystemAssignedUserAssigned

SystemAssigned、UserAssigned。

UserAssigned

UserAssigned。

メソッド

Equals(ManagedServiceIdentityType)

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

ToString()

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

演算子

Equality(ManagedServiceIdentityType, ManagedServiceIdentityType)

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

Implicit(String to ManagedServiceIdentityType)

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

Inequality(ManagedServiceIdentityType, ManagedServiceIdentityType)

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

適用対象