AppIdentityAnnotation Class
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 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. |