MobileNetworkManagedServiceIdentity クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
マネージド サービス ID (ユーザー割り当て ID)。
public class MobileNetworkManagedServiceIdentity
type MobileNetworkManagedServiceIdentity = class
Public Class MobileNetworkManagedServiceIdentity
- 継承
-
MobileNetworkManagedServiceIdentity
コンストラクター
MobileNetworkManagedServiceIdentity(MobileNetworkManagedServiceIdentityType) |
MobileNetworkManagedServiceIdentity の新しいインスタンスを初期化します。 |
プロパティ
IdentityType |
マネージド サービス ID の種類 (現在は UserAssigned 許可のみ)。 |
UserAssignedIdentities |
リソースに関連付けられているユーザー割り当て ID のセット。 userAssignedIdentities ディクショナリ キーは、'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName} という形式の ARM リソース ID になります。 ディクショナリ値は、要求で空のオブジェクト ({}) にすることができます。 |