你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ArmDeploymentScript.Identity Property

Definition

Optional property. Managed identity to be used for this deployment script. Currently, only user-assigned MSI is supported.

public Azure.Provisioning.Resources.ArmDeploymentScriptManagedIdentity Identity { get; set; }
public Azure.Provisioning.BicepValue<Azure.Provisioning.Resources.ArmDeploymentScriptManagedIdentity> Identity { get; set; }
member this.Identity : Azure.Provisioning.Resources.ArmDeploymentScriptManagedIdentity with get, set
member this.Identity : Azure.Provisioning.BicepValue<Azure.Provisioning.Resources.ArmDeploymentScriptManagedIdentity> with get, set
Public Property Identity As ArmDeploymentScriptManagedIdentity
Public Property Identity As BicepValue(Of ArmDeploymentScriptManagedIdentity)

Property Value

Applies to