Compartir a través de


DeploymentScript.Identity Propiedad

Definición

Obtiene o establece la propiedad opcional. Identidad administrada que se usará para este script de implementación. Actualmente, solo se admite MSI asignada por el usuario.

[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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a