Skip to content
Docs Try Aspire

AppIdentityAnnotation Constructors

Class Constructors 1 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)
{
// ...
}
}
identityResource IAppIdentityResource The identity resource associated with the application.
The identity resource represents the Azure managed identity associated with the application.