Share via


AppIdentityAnnotation Class

Definition

An annotation for an application's identity resource.

public class AppIdentityAnnotation : Aspire.Hosting.ApplicationModel.IResourceAnnotation
type AppIdentityAnnotation = class
    interface IResourceAnnotation
Public Class AppIdentityAnnotation
Implements IResourceAnnotation
Inheritance
AppIdentityAnnotation
Implements

Remarks

The identity resource represents the Azure managed identity associated with the application.

Constructors

AppIdentityAnnotation(IAppIdentityResource)

An annotation for an application's identity resource.

Properties

IdentityResource

Gets the identity resource associated with an application.

Applies to