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