共用方式為


ContainerAppJob.Identity Property

Definition

Managed identities needed by a container app job to interact with other Azure services to not maintain any secrets or credentials in code.

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

Property Value

Applies to