Skip to content
DocsTry Aspire
DocsTry

AppIdentityAnnotation Constructors

ClassConstructors1 member
An annotation for an application's identity resource.
Constructor(IAppIdentityResource)Section titled Constructor(IAppIdentityResource)
An annotation for an application's identity resource.
public class AppIdentityAnnotation
{
public AppIdentityAnnotation(
IAppIdentityResource identityResource)
{
// ...
}
}
identityResourceIAppIdentityResourceThe identity resource associated with the application.
The identity resource represents the Azure managed identity associated with the application.