withAppConfigurationRoleAssignments
Method
interface ContainerResource { // ... omitted for brevity withAppConfigurationRoleAssignments( target: AzureAppConfigurationResource, roles: AzureAppConfigurationRole[]): IResource;}Signature
method
withAppConfigurationRoleAssignmentsbuilderAssigns the specified roles to the given resource, granting it the necessary permissions on the target Azure App Configuration resource. This replaces the default role assignments for the resource.
withAppConfigurationRoleAssignments( target: AzureAppConfigurationResource, roles: AzureAppConfigurationRole[]): IResourceParameters
targetAzureAppConfigurationResourcerolesAzureAppConfigurationRole[]Returns
IResourceApplies to
This method applies to the following types:
type
ContainerResourcetype
ExecutableResourcetype
ProjectResourcetype
ParameterResourcetype
ContainerRegistryResourcetype
DotnetToolResourcetype
ExternalServiceResourcetype
CSharpAppResourcetype
AzureAppConfigurationResourcetype
AzureAppConfigurationEmulatorResourcetype
AzureBicepResourcetype
AzureProvisioningResourcetype
AzureEnvironmentResourcetype
AzureUserAssignedIdentityResource