次の方法で共有


SystemAssignedIdentity クラス

定義

システム割り当て ID リソースについて説明します。

[Microsoft.Rest.Serialization.JsonTransformation]
public class SystemAssignedIdentity : Microsoft.Azure.Management.ManagedServiceIdentity.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SystemAssignedIdentity = class
    inherit ProxyResource
Public Class SystemAssignedIdentity
Inherits ProxyResource
継承
SystemAssignedIdentity
属性

コンストラクター

SystemAssignedIdentity()

SystemAssignedIdentity クラスの新しいインスタンスを初期化します。

SystemAssignedIdentity(String, String, String, String, IDictionary<String,String>, Nullable<Guid>, Nullable<Guid>, Nullable<Guid>, String)

SystemAssignedIdentity クラスの新しいインスタンスを初期化します。

プロパティ

ClientId

ID に関連付けられているアプリの ID を取得します。 これは、MSI によってランダムに生成された UUID です。

ClientSecretUrl

ID 資格情報を取得するためにクエリを実行できる ManagedServiceIdentity DataPlane URL を取得します。

Id

リソースの完全修飾リソース ID を取得します。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(継承元 Resource)
Location

リソースが存在する地理的な場所を取得または設定します

Name

リソースの名前を取得します

(継承元 Resource)
PrincipalId

作成された ID に関連付けられているサービス プリンシパル オブジェクトの ID を取得します。

Tags

リソース タグを取得または設定します

TenantId

ID が属するテナントの ID を取得します。

Type

リソースの種類を取得します。 例: Microsoft.Compute/virtualMachines または Microsoft.Storage/storageAccounts。

(継承元 Resource)

メソッド

Validate()

オブジェクトを検証します。

適用対象