Share via


AppIdentityAnnotation(IAppIdentityResource) Constructor

Definition

An annotation for an application's identity resource.

public AppIdentityAnnotation(Aspire.Hosting.Azure.IAppIdentityResource identityResource);
new Aspire.Hosting.Azure.AppIdentityAnnotation : Aspire.Hosting.Azure.IAppIdentityResource -> Aspire.Hosting.Azure.AppIdentityAnnotation
Public Sub New (identityResource As IAppIdentityResource)

Parameters

identityResource
IAppIdentityResource

The identity resource associated with the application.

Remarks

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

Applies to