次の方法で共有


ManagedServiceIdentityType 構造体

定義

マネージド サービス ID の種類 (None、UserAssigned 型のみが許可されます)。

public readonly struct ManagedServiceIdentityType : IEquatable<Azure.ResourceManager.Workloads.Models.ManagedServiceIdentityType>
type ManagedServiceIdentityType = struct
Public Structure ManagedServiceIdentityType
Implements IEquatable(Of ManagedServiceIdentityType)
継承
ManagedServiceIdentityType
実装

コンストラクター

ManagedServiceIdentityType(String)

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

プロパティ

None

[なし] :

UserAssigned

UserAssigned。

メソッド

Equals(ManagedServiceIdentityType)

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

ToString()

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

演算子

Equality(ManagedServiceIdentityType, ManagedServiceIdentityType)

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

Implicit(String to ManagedServiceIdentityType)

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

Inequality(ManagedServiceIdentityType, ManagedServiceIdentityType)

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

適用対象