AppIdentityAnnotation(IAppIdentityResource) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.