次の方法で共有


DeploymentScript.Identity プロパティ

定義

省略可能なプロパティを取得または設定します。 このデプロイ スクリプトに使用するマネージド ID。 現時点では、ユーザー割り当て MSI のみがサポートされています。

[Newtonsoft.Json.JsonProperty(PropertyName="identity")]
public Microsoft.Azure.Management.ResourceManager.Models.ManagedServiceIdentity Identity { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="identity")>]
member this.Identity : Microsoft.Azure.Management.ResourceManager.Models.ManagedServiceIdentity with get, set
Public Property Identity As ManagedServiceIdentity

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象