次の方法で共有


HciManagedServiceIdentityType 構造体

定義

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

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

コンストラクター

HciManagedServiceIdentityType(String)

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

プロパティ

None

[なし] :

SystemAssigned

SystemAssigned。

SystemAssignedUserAssigned

SystemAssigned、UserAssigned。

UserAssigned

UserAssigned。

メソッド

Equals(HciManagedServiceIdentityType)

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

ToString()

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

演算子

Equality(HciManagedServiceIdentityType, HciManagedServiceIdentityType)

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

Implicit(String to HciManagedServiceIdentityType)

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

Inequality(HciManagedServiceIdentityType, HciManagedServiceIdentityType)

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

適用対象