AzureUserAssignedIdentityResource
Class sealed net8.0
An Azure Provisioning resource that represents an Azure user assigned managed identity.
namespace Aspire.Hosting.Azure;
public sealed class AzureUserAssignedIdentityResource : Aspire.Hosting.Azure.AzureProvisioningResource, Aspire.Hosting.Azure.IAppIdentityResource{ // ...} 7 members
Constructors1
Section titled ConstructorsProperties5
Section titled PropertiesClientIdget The client ID of the user assigned identity.
Idget The identifier associated with the user assigned identity.
NameOutputReferenceget The name of the user assigned identity.
PrincipalIdget The principal ID of the user assigned identity.
PrincipalNameget The principal name of the user assigned identity.
Methods1
Section titled MethodsAddAsExistingResource(AzureResourceInfrastructure)ProvisionableResource Adds a new
Primitives.ProvisionableResource into infra. The new resource represents a reference to the current AzureProvisioningResource via https://learn.microsoft.com/azure/azure-resource-manager/bicep/existing-resource.