次の方法で共有


ResourceIdentityType 構造体

定義

リソース ムーバー サービスに使用される ID の種類。

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

コンストラクター

ResourceIdentityType(String)

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

プロパティ

None

[なし] :

SystemAssigned

SystemAssigned。

UserAssigned

UserAssigned。

メソッド

Equals(ResourceIdentityType)

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

ToString()

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

演算子

Equality(ResourceIdentityType, ResourceIdentityType)

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

Implicit(String to ResourceIdentityType)

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

Inequality(ResourceIdentityType, ResourceIdentityType)

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

適用対象