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) { // ... }}Parameters
identityResourceIAppIdentityResourceThe identity resource associated with the application.Remarks
The identity resource represents the Azure managed identity associated with the application.